Skip to content

Commit

Permalink
AU: 1 updated - vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 14, 2018
1 parent 3bad005 commit 5c28351
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions automatic/vscode/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ Close-VSCode
$packageArgs = @{
packageName = 'vscode'
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/stable/6a6e02cef0f2122ee1469765b704faf5d0e0d859/VSCodeSetup-ia32-1.24.0.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/6a6e02cef0f2122ee1469765b704faf5d0e0d859/VSCodeSetup-x64-1.24.0.exe'
url = 'https://az764295.vo.msecnd.net/stable/24f62626b222e9a8313213fb64b10d741a326288/VSCodeSetup-ia32-1.24.1.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/24f62626b222e9a8313213fb64b10d741a326288/VSCodeSetup-x64-1.24.1.exe'

softwareName = 'Microsoft Visual Studio Code'

checksum = '5132ca83ae190c2c8d990a2864d47d90568abf668c4d19c68afb562aaec1a399'
checksum = '1db69debf39cd1b4b0bf62bec55cf5dab31ff9b98546c6dfd587cab541b02113'
checksumType = 'sha256'
checksum64 = 'b7945c17e2254fd56da42a5c26f9063e7fc26e017a6f2b82a6c25ad1384314b9'
checksum64 = '59a1f2f4a4d270cb36de5e5deb9de58f4e5ff3c0a76641f51832cf026481d33b'
checksumType64 = 'sha256'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
4 changes: 3 additions & 1 deletion automatic/vscode/vscode.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode</id>
<title>Visual Studio Code</title>
<version>1.24.0</version>
<version>1.24.1</version>
<authors>Microsoft</authors>
<owners>chocolatey</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand Down Expand Up @@ -34,6 +34,8 @@ Build and debug modern web and cloud applications. Code is free and available on
* `/NoContextMenuFolders` - Dont't add an _Open with Code_ entry to the context menu for folders.
* `/DontAddToPath` - Don't add Visual Studio Code to the system PATH.
Example: `choco install vscode --params "/NoDesktopIcon /DontAddToPath"`
## Notes
* The package uses default install options except that it adds context menu entries and Visual Studio Code isn't started after installation.
Expand Down

0 comments on commit 5c28351

Please sign in to comment.