Skip to content

Instantly share code, notes, and snippets.

@sushant-at-nitor
Last active May 13, 2018 10:29
Show Gist options
  • Save sushant-at-nitor/be06323173ea222cf5c650b97c06f1c7 to your computer and use it in GitHub Desktop.
Save sushant-at-nitor/be06323173ea222cf5c650b97c06f1c7 to your computer and use it in GitHub Desktop.
Download specific version of VSCode
#Windows
#wget https://az764295.vo.msecnd.net/stable/7c7da59c2333a1306c41e6e7b68d7f0caa7b3d45/VSCodeSetup-x64-1.23.0.exe
wget https://az764295.vo.msecnd.net/stable/{latest-commit-in-version}/VSCodeSetup-{arch}-{version}.exe
#Mac
#wget https://az764295.vo.msecnd.net/stable/d0182c3417d225529c6d5ad24b7572815d0de9ac/VSCode-darwin-stable.zip
wget https://az764295.vo.msecnd.net/stable/{latest-commit-in-version}/VSCode-darwin-stable.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment