Created
February 25, 2025 12:18
-
-
Save raisiqueira/c1143d5887fdd385b666f9c10899183e to your computer and use it in GitHub Desktop.
My Base VSCode 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
aaron-bond.better-comments | |
anteprimorac.html-end-tag-labels | |
asvetliakov.vscode-neovim | |
biomejs.biome | |
bradlc.vscode-tailwindcss | |
castrogusttavo.symbols | |
catppuccin.catppuccin-vsc | |
christian-kohler.path-intellisense | |
editorconfig.editorconfig | |
esbenp.prettier-vscode | |
formulahendry.auto-rename-tag | |
mikestead.dotenv | |
prisma.prisma | |
usernamehw.errorlens | |
vitest.explorer |
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 | |
cat extensions.txt | while read extension || [[ -n $extension ]]; | |
do | |
code --install-extension $extension --force | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment