Skip to content

Commit

Permalink
Updated to Visual Studio Code 1.16.1 (#85)
Browse files Browse the repository at this point in the history
1.16.1 will now be the default version installed.
  • Loading branch information
freemanjp authored Sep 16, 2017
1 parent 89286b9 commit 3deb07a
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.16'
visual_studio_code_version: '1.16.1'

# 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 All @@ -47,6 +47,7 @@ The following versions of Visual Studio Code are supported without any
additional configuration (for other versions follow the Advanced Configuration
instructions):
* `1.16.1`
* `1.16`
* Version `1.15.x` is not supported due to [vscode/32381](https://github.com/Microsoft/vscode/issues/32381).
* `1.14.2`
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.16'
visual_studio_code_version: '1.16.1'

# 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.16.1.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: '6a15603edac73b62a02cb5ab8e59e99964fe96d094ae6bf3dbee1f055bc36668'

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

0 comments on commit 3deb07a

Please sign in to comment.