Created
April 17, 2019 08:02
-
-
Save wizardnet972/179b59dcc99ffce547dcb813a60a0593 to your computer and use it in GitHub Desktop.
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
| echo. | |
| echo. | |
| echo Installing VS Code Extensions... | |
| call "C:\Program Files\Microsoft VS Code\bin\code" --install-extension ritwickdey.liveserver | |
| call "C:\Program Files\Microsoft VS Code\bin\code" --install-extension ritwickdey.live-sass | |
| call "C:\Program Files\Microsoft VS Code\bin\code" --install-extension ms-vscode.csharp | |
| call "C:\Program Files\Microsoft VS Code\bin\code" --install-extension PKief.material-icon-theme | |
| echo Done. | |
| echo. | |
| echo. | |
| code --list-extensions | |
| code --install-extension ms-vscode.cpptools | |
| code --uninstall-extension ms-vscode.csharp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment