Created
February 27, 2021 21:06
-
-
Save goyuninfo/3faaeb2f65b68641e1c6f27b2ca33401 to your computer and use it in GitHub Desktop.
VSCode installer script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
REM Download VSCode | |
curl -L "https://update.code.visualstudio.com/latest/win32-x64-user/stable" --output C:\Users\Public\Downloads\vscode.exe | |
REM Install and run VSCode | |
C:\Users\Public\Downloads\vscode.exe\vscode.exe /verysilent /suppressmsgboxes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment