Skip to content

Instantly share code, notes, and snippets.

@ScottHutchinson
Created June 19, 2019 22:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ScottHutchinson/3fac443753f60b2bba8321ff7a36c2d7 to your computer and use it in GitHub Desktop.
Save ScottHutchinson/3fac443753f60b2bba8321ff7a36c2d7 to your computer and use it in GitHub Desktop.
Batch file for installing VS Code extensions
:: call "C:\Users\hutchinsons\AppData\Local\Programs\Microsoft VS Code\bin\code" --force --install-extension ajshort.include-autocomplete
call "C:\Users\hutchinsons\AppData\Local\Programs\Microsoft VS Code\bin\code" --force --install-extension amazonwebservices.aws-toolkit-vscode
call "C:\Users\hutchinsons\AppData\Local\Programs\Microsoft VS Code\bin\code" --force --install-extension austin.code-gnu-global
call "C:\Users\hutchinsons\AppData\Local\Programs\Microsoft VS Code\bin\code" --force --install-extension dbaeumer.vscode-eslint
call "C:\Users\hutchinsons\AppData\Local\Programs\Microsoft VS Code\bin\code" --force --install-extension eamodio.gitlens
call "C:\Users\hutchinsons\AppData\Local\Programs\Microsoft VS Code\bin\code" --force --install-extension ecmel.vscode-html-css
call "C:\Users\hutchinsons\AppData\Local\Programs\Microsoft VS Code\bin\code" --force --install-extension Flixs.vs-code-http-server-and-html-preview
call "C:\Users\hutchinsons\AppData\Local\Programs\Microsoft VS Code\bin\code" --force --install-extension GitHub.vscode-pull-request-github
call "C:\Users\hutchinsons\AppData\Local\Programs\Microsoft VS Code\bin\code" --force --install-extension hars.CppSnippets
call "C:\Users\hutchinsons\AppData\Local\Programs\Microsoft VS Code\bin\code" --force --install-extension hbenl.vscode-test-explorer
call "C:\Users\hutchinsons\AppData\Local\Programs\Microsoft VS Code\bin\code" --force --install-extension Ionide.Ionide-FAKE
call "C:\Users\hutchinsons\AppData\Local\Programs\Microsoft VS Code\bin\code" --force --install-extension Ionide.Ionide-fsharp
call "C:\Users\hutchinsons\AppData\Local\Programs\Microsoft VS Code\bin\code" --force --install-extension Ionide.Ionide-Paket
call "C:\Users\hutchinsons\AppData\Local\Programs\Microsoft VS Code\bin\code" --force --install-extension jack89ita.copy-filename
call "C:\Users\hutchinsons\AppData\Local\Programs\Microsoft VS Code\bin\code" --force --install-extension jerriepelser.copy-markdown-as-html
call "C:\Users\hutchinsons\AppData\Local\Programs\Microsoft VS Code\bin\code" --force --install-extension jmrog.vscode-nuget-package-manager
call "C:\Users\hutchinsons\AppData\Local\Programs\Microsoft VS Code\bin\code" --force --install-extension johnpapa.vscode-peacock
call "C:\Users\hutchinsons\AppData\Local\Programs\Microsoft VS Code\bin\code" --force --install-extension karigari.chat
call "C:\Users\hutchinsons\AppData\Local\Programs\Microsoft VS Code\bin\code" --force --install-extension matepek.vscode-catch2-test-adapter
call "C:\Users\hutchinsons\AppData\Local\Programs\Microsoft VS Code\bin\code" --force --install-extension ms-azuretools.vscode-azurefunctions
call "C:\Users\hutchinsons\AppData\Local\Programs\Microsoft VS Code\bin\code" --force --install-extension ms-python.python
call "C:\Users\hutchinsons\AppData\Local\Programs\Microsoft VS Code\bin\code" --force --install-extension ms-vscode.azure-account
call "C:\Users\hutchinsons\AppData\Local\Programs\Microsoft VS Code\bin\code" --force --install-extension ms-vscode.cpptools
call "C:\Users\hutchinsons\AppData\Local\Programs\Microsoft VS Code\bin\code" --force --install-extension ms-vscode.csharp
call "C:\Users\hutchinsons\AppData\Local\Programs\Microsoft VS Code\bin\code" --force --install-extension ms-vsliveshare.vsliveshare
call "C:\Users\hutchinsons\AppData\Local\Programs\Microsoft VS Code\bin\code" --force --install-extension ms-vsliveshare.vsliveshare-audio
call "C:\Users\hutchinsons\AppData\Local\Programs\Microsoft VS Code\bin\code" --force --install-extension ms-vsliveshare.vsliveshare-pack
call "C:\Users\hutchinsons\AppData\Local\Programs\Microsoft VS Code\bin\code" --force --install-extension msjsdiag.debugger-for-chrome
call "C:\Users\hutchinsons\AppData\Local\Programs\Microsoft VS Code\bin\code" --force --install-extension patbenatar.advanced-new-file
call "C:\Users\hutchinsons\AppData\Local\Programs\Microsoft VS Code\bin\code" --force --install-extension PeterJausovec.vscode-docker
call "C:\Users\hutchinsons\AppData\Local\Programs\Microsoft VS Code\bin\code" --force --install-extension pflannery.vscode-versionlens
call "C:\Users\hutchinsons\AppData\Local\Programs\Microsoft VS Code\bin\code" --force --install-extension ritwickdey.LiveServer
call "C:\Users\hutchinsons\AppData\Local\Programs\Microsoft VS Code\bin\code" --force --install-extension robinbentley.sass-indented
call "C:\Users\hutchinsons\AppData\Local\Programs\Microsoft VS Code\bin\code" --force --install-extension Shan.code-settings-sync
call "C:\Users\hutchinsons\AppData\Local\Programs\Microsoft VS Code\bin\code" --force --install-extension sleistner.vscode-fileutils
call "C:\Users\hutchinsons\AppData\Local\Programs\Microsoft VS Code\bin\code" --force --install-extension vector-of-bool.cmake-tools
call "C:\Users\hutchinsons\AppData\Local\Programs\Microsoft VS Code\bin\code" --force --install-extension VisualStudioExptTeam.vscodeintellicode
call "C:\Users\hutchinsons\AppData\Local\Programs\Microsoft VS Code\bin\code" --force --install-extension vscode-icons-team.vscode-icons
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment