Skip to content

Instantly share code, notes, and snippets.

@moelzanaty3
Created March 12, 2026 09:58
Show Gist options
  • Select an option

  • Save moelzanaty3/fb1021bd09f5d7be8b49731fdfb44b81 to your computer and use it in GitHub Desktop.

Select an option

Save moelzanaty3/fb1021bd09f5d7be8b49731fdfb44b81 to your computer and use it in GitHub Desktop.
extensions=(
4ops.terraform
amazonwebservices.codewhisperer-for-command-line-companion
aaron-bond.better-comments
alexcvzz.vscode-sqlite
anthropic.claude-code
bradlc.vscode-tailwindcss
christian-kohler.npm-intellisense
christian-kohler.path-intellisense
davidanson.vscode-markdownlint
dbaeumer.vscode-eslint
donjayamanne.githistory
eamodio.gitlens
editorconfig.editorconfig
esbenp.prettier-vscode
formulahendry.auto-close-tag
formulahendry.code-runner
formulahendry.vscode-mysql
foxundermoon.shell-format
github.github-vscode-theme
github.vscode-github-actions
github.vscode-pull-request-github
hashicorp.terraform
igorsbitnev.error-gutters
kddejong.vscode-cfn-lint
lokalise.i18n-ally
mechatroner.rainbow-csv
mhutchie.git-graph
mikestead.dotenv
ms-azuretools.vscode-docker
ms-playwright.playwright
ms-vscode-remote.remote-containers
ms-vscode.vscode-typescript-tslint-plugin
naumovs.color-highlight
piotrpalarz.vscode-gitignore-generator
pranaygp.vscode-css-peek
qwtel.sqlite-viewer
redhat.vscode-yaml
sirtori.indenticator
steoates.autoimport
tamasfe.even-better-toml
unifiedjs.vscode-mdx
usernamehw.errorlens
visualstudioexptteam.intellicode-api-usage-examples
visualstudioexptteam.vscodeintellicode
vitest.explorer
vscode-icons-team.vscode-icons
vscodevim.vim
waderyan.gitblame
wix.vscode-import-cost
yoavbls.pretty-ts-errors
zanaty.github-dark-tritanopia
zhuangtongfa.material-theme
)
for ext in "${extensions[@]}"
do
code --install-extension "$ext"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment