Created
April 30, 2020 15:01
-
-
Save w3cj/520eb023dd3531d1b654794f65aa434b 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
alexcvzz.vscode-sqlite | |
andys8.jest-snippets | |
apollographql.vscode-apollo | |
austincummings.razor-plus | |
bobsparadox.seti-black | |
BriteSnow.vscode-toggle-quotes | |
christian-kohler.npm-intellisense | |
christian-kohler.path-intellisense | |
CoenraadS.bracket-pair-colorizer | |
dbaeumer.vscode-eslint | |
esbenp.prettier-vscode | |
formulahendry.auto-close-tag | |
formulahendry.auto-rename-tag | |
fosshaas.fontsize-shortcuts | |
ginfuru.ginfuru-onedark-raincoat-theme | |
glitch.glitch | |
HookyQR.beautify | |
JamesBirtles.svelte-vscode | |
JCsoftIA.jcsoftia | |
joelday.docthis | |
johnpapa.vscode-cloak | |
ms-azuretools.vscode-docker | |
MS-CEINTL.vscode-language-pack-es | |
ms-mssql.mssql | |
ms-vscode-remote.remote-ssh | |
ms-vscode-remote.remote-ssh-edit | |
ms-vscode.azure-account | |
ms-vsliveshare.vsliveshare | |
msjsdiag.debugger-for-chrome | |
Nimda.deepdark-material | |
Nur.just-black | |
octref.vetur | |
Orta.vscode-jest | |
patbenatar.advanced-new-file | |
PKief.material-icon-theme | |
ritwickdey.LiveServer | |
SmukkeKim.theme-setimonokai | |
streetsidesoftware.code-spell-checker | |
vscode-icons-team.vscode-icons | |
WallabyJs.quokka-vscode | |
WallabyJs.wallaby-vscode | |
whatwedo.twig | |
Zignd.html-css-class-completion |
where i will get vscodeinstall.ps1
where i will get vscodeinstall.ps1
You just need to created a blank file
import os with open('vscode-extensions.txt') as f: for line in f: os.system('code --install-extension ' + line)For me the given bash commands did not function, but the python script did above.
chefs kiss right here
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank You Sir. It helped me lot