Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
vscode official repo
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Feb 17, 2017
1 parent 63e7e90 commit 765ea1f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tasks/visual-studio-code.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# TODO: use official ubuntu PPA when it's available:
# https://github.com/Microsoft/vscode/issues/2973
- name: Add VisualStudio Code apt keys
apt_key: url=https://tagplus5.github.io/vscode-ppa/ubuntu/gpg.key
apt_key: url=https://packages.microsoft.com/keys/microsoft.asc
when: is_ubuntu
- name: Add VisualStudio Code repository
apt_repository: repo='deb https://tagplus5.github.io/vscode-ppa/ubuntu ./'
apt_repository: repo='deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main'
when: is_ubuntu
- name: Install VisualStudio Code
package: name=code
Expand Down

0 comments on commit 765ea1f

Please sign in to comment.