Last active
April 11, 2023 19:15
-
-
Save jessenich/39554234ed597a16c2408d1750f9ed77 to your computer and use it in GitHub Desktop.
VSCode Extension List
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
ahebrank.yaml2json | |
ahmadalli.vscode-nginx-conf | |
austincummings.razor-plus | |
BartVanHoey.blazory | |
bencoleman.armview | |
bmalehorn.shell-syntax | |
buianhthang.xml2json | |
cake-build.cake-vscode | |
chris-noring.ts-snippets | |
christian-kohler.npm-intellisense | |
christian-kohler.path-intellisense | |
codezombiech.gitignore | |
coolbear.systemd-unit-file | |
corylulu.csharp-interpolated-string-converter | |
dbaeumer.vscode-eslint | |
deitry.apt-source-list-syntax | |
dgileadi.java-decompiler | |
DotJoshJohnson.xml | |
EditorConfig.EditorConfig | |
esbenp.prettier-vscode | |
foxundermoon.shell-format | |
GitHub.codespaces | |
github.vscode-github-actions | |
hashicorp.hcl | |
jeff-hykin.better-cpp-syntax | |
jeff-hykin.better-dockerfile-syntax | |
jeff-hykin.better-objc-syntax | |
jeff-hykin.better-shellscript-syntax | |
leizongmin.node-module-intellisense | |
LouisWT.regexp-preview | |
mads-hartmann.bash-ide-vscode | |
me-dutour-mathieu.vscode-github-actions | |
meganrogge.template-string-converter | |
dotenv.dotenv-vscode | |
mousavian.ssh-config-syntax-highlighter | |
ms-azuretools.vscode-azurefunctions | |
ms-azuretools.vscode-azureresourcegroups | |
ms-azuretools.vscode-docker | |
ms-dotnettools.csharp | |
ms-dotnettools.dotnet-interactive-vscode | |
ms-python.python | |
ms-python.vscode-pylance | |
ms-vscode-remote.remote-ssh | |
ms-vscode-remote.remote-ssh-edit | |
ms-vscode-remote.remote-wsl | |
ms-vscode-remote.vscode-remote-extensionpack | |
ms-vscode.azure-account | |
ms-vscode.cpptools | |
ms-vscode.cpptools-themes | |
ms-vscode.mono-debug | |
ms-vscode.remote-explorer | |
ms-vscode.remote-server | |
ms-vscode.test-adapter-converter | |
ms-vscode.vs-keybindings | |
ms-vscode.vscode-node-azure-pack | |
piotrpalarz.vscode-gitignore-generator | |
qinjia.seti-icons | |
raynigon.nginx-formatter | |
redhat.java | |
redhat.vscode-xml | |
redhat.vscode-yaml | |
Remisa.shellman | |
richie5um2.vscode-sort-json | |
semagarcia.vscode-ts-decorators | |
shakram02.bash-beautify | |
sidneys1.gitconfig | |
timonwong.shellcheck | |
tintoy.msbuild-project-tools | |
Tyriar.sort-lines | |
VisualStudioExptTeam.intellicode-api-usage-examples | |
VisualStudioExptTeam.vscodeintellicode | |
vsls-contrib.gistfs | |
yzhang.markdown-all-in-one |
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
#!/usr/bin/env bash | |
curl -fsSL 'https://gist.githubusercontent.com/jessenich/39554234ed597a16c2408d1750f9ed77/raw/1fafdda7a3dcd1a4fa79410469a159e590f82e91/extensions.txt' | \ | |
xargs -I{} code --install-extension {} |
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
#!/usr/bin/env bash | |
code --list-extensions | xargs -I{} code --uninstall-extension {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment