Last active
December 11, 2022 22:22
-
-
Save miladvafaeifard/044dd459abd5d4eb3fa2473f46b135aa to your computer and use it in GitHub Desktop.
How to install VSCode extensions from command line run
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
abusaidm.html-snippets | |
andys8.jest-snippets | |
ashinzekene.nestjs | |
christian-kohler.npm-intellisense | |
CoenraadS.bracket-pair-colorizer | |
DavidAnson.vscode-markdownlint | |
dawhite.mustache | |
dbaeumer.jshint | |
dbaeumer.vscode-eslint | |
dracula-theme.theme-dracula | |
eamodio.gitlens | |
eg2.tslint | |
eg2.vscode-npm-script | |
Equinusocio.vsc-material-theme | |
felipecaputo.git-project-manager | |
formulahendry.code-runner | |
GitHub.vscode-pull-request-github | |
HookyQR.beautify | |
IBM.output-colorizer | |
isudox.vscode-jetbrains-keybindings | |
jameshrisho.redux-snippets | |
jeroencornelissen.can-stache-snippets | |
joeandaverde.vscode-elm-jump | |
johnpapa.Angular2 | |
k--kato.intellij-idea-keybindings | |
Mikael.Angular-BeastCode | |
mikestead.dotenv | |
mrmlnc.vscode-jade-snippets | |
ms-azuretools.vscode-cosmosdb | |
ms-vscode.azure-account | |
ms-vscode.Go | |
ms-vscode.node-debug2 | |
ms-vsts.team | |
msjsdiag.debugger-for-chrome | |
necinc.elmmet | |
octref.vetur | |
PeterJausovec.vscode-docker | |
PKief.material-icon-theme | |
qinjia.seti-icons | |
redhat.java | |
robinbentley.sass-indented | |
rokoroku.vscode-theme-darcula | |
Rubymaniac.vscode-html-to-elm | |
sbrink.elm | |
sdras.vue-vscode-snippets | |
Shan.code-settings-sync | |
smlombardi.darcula-extended | |
streetsidesoftware.code-spell-checker | |
traBpUkciP.vscode-npm-scripts | |
vscjava.vscode-java-debug | |
vscjava.vscode-java-pack | |
vscjava.vscode-java-test | |
vscjava.vscode-maven | |
vscjava.vscode-spring-initializr | |
vscodevim.vim | |
vsmobile.vscode-react-native | |
WallabyJs.quokka-vscode | |
wayou.vscode-todo-highlight | |
xabikos.ReactSnippets |
run it another machine in unix command line:
cat code_externsion | xargs -I{} code --install-extension {} '&&'
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
code --list-extensions | xargs -L 1 echo code --install-extension > code_externsion