Skip to content

Commit

Permalink
Updated to Visual Studio Code 1.9 (#62)
Browse files Browse the repository at this point in the history
1.9 will now be the default version installed.
  • Loading branch information
freemanjp authored Feb 2, 2017
1 parent ae41d87 commit 5451c50
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ are shown below):

```yaml
# Visual Studio Code version number
visual_studio_code_version: '1.8.1'
visual_studio_code_version: '1.9'

# Directory to store files downloaded for Visual Studio Code installation
visual_studio_code_download_dir: "{{ x_ansible_download_dir | default(ansible_env.HOME + '/.ansible/tmp/downloads') }}"
Expand Down Expand Up @@ -61,6 +61,7 @@ instructions):
* `1.7.2`
* `1.8`
* `1.8.1`
* `1.9`

Advanced Configuration
----------------------
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# Visual Studio Code version number
visual_studio_code_version: '1.8.1'
visual_studio_code_version: '1.9'

# Directory to store files downloaded for Visual Studio Code installation
visual_studio_code_download_dir: "{{ x_ansible_download_dir | default(ansible_env.HOME + '/.ansible/tmp/downloads') }}"
Expand Down
6 changes: 6 additions & 0 deletions vars/versions/1.9.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
# SHA256 sum for the redistributable package
visual_studio_code_redis_sha256sum: '89c9e519c90286d9244546e60a0889fde7e81aeb41e0f1e884686f1747c3a8b5'

# The download URL for the redistributable package
visual_studio_code_redis_url: 'https://vscode-update.azurewebsites.net/1.9.0/linux-deb-x64/stable'

0 comments on commit 5451c50

Please sign in to comment.