Skip to content

Commit

Permalink
Fixed install on Debian/Ubuntu (#194)
Browse files Browse the repository at this point in the history
The APT repo has changed.

Fix: resolves #193
  • Loading branch information
freemanjp authored Oct 25, 2021
1 parent ab2a48f commit 9e7dab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/install-apt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
- name: install VS Code repo (apt)
become: yes
apt_repository:
repo: 'deb [arch=amd64] {{ visual_studio_code_mirror }}/repos/vscode stable main'
repo: 'deb [arch=amd64] {{ visual_studio_code_mirror }}/repos/code stable main'
filename: vscode
state: present

Expand Down

0 comments on commit 9e7dab8

Please sign in to comment.