Skip to content

Instantly share code, notes, and snippets.

@ashish-ad
Last active March 16, 2023 14:22
Show Gist options
  • Save ashish-ad/2f2a58be578647f5237cebd76efc18fc to your computer and use it in GitHub Desktop.
Save ashish-ad/2f2a58be578647f5237cebd76efc18fc to your computer and use it in GitHub Desktop.

SetUp the Vscode

code --list-extensions > vscode-extensions.txt
burkeholland.simple-react-snippets
ccimage.jsonviewer
christian-kohler.npm-intellisense
codezombiech.gitignore
cschlosser.doxdocgen
Dart-Code.dart-code
Dart-Code.flutter
dbaeumer.vscode-eslint
DigitalBrainstem.javascript-ejs-support
docsmsft.docs-markdown
dsznajder.es7-react-js-snippets
eamodio.gitlens
esbenp.prettier-vscode
file-icons.file-icons
formulahendry.auto-close-tag
formulahendry.auto-rename-tag
formulahendry.code-runner
gencay.vscode-chatgpt
GitHub.codespaces
GitHub.github-vscode-theme
GitHub.remotehub
GitHub.vscode-pull-request-github
GitLab.gitlab-workflow
gitpod.gitpod-desktop
gitpod.gitpod-remote-ssh
glenn2223.live-sass
golang.go
hex-ci.stylelint-plus
humao.rest-client
jeff-hykin.better-cpp-syntax
Jeusto.warm-up-typing-test
josetr.cmake-language-support-vscode
kunalg.library-documentation-cpp
mechatroner.rainbow-csv
mhutchie.git-graph
mikestead.dotenv
mongodb.mongodb-vscode
ms-azuretools.vscode-docker
ms-dotnettools.csharp
ms-dotnettools.vscode-dotnet-runtime
ms-python.isort
ms-python.python
ms-python.vscode-pylance
ms-vscode-remote.remote-containers
ms-vscode-remote.remote-ssh
ms-vscode-remote.remote-ssh-edit
ms-vscode-remote.remote-wsl
ms-vscode.azure-repos
ms-vscode.cmake-tools
ms-vscode.cpptools
ms-vscode.cpptools-extension-pack
ms-vscode.cpptools-themes
ms-vscode.js-debug-nightly
ms-vscode.remote-explorer
ms-vscode.remote-repositories
ms-vscode.vscode-js-profile-flame
ms-vsliveshare.vsliveshare
ms-vsliveshare.vsliveshare-pack
naumovs.color-highlight
PKief.material-icon-theme
Prisma.prisma
qinjia.seti-icons
redhat.java
redhat.vscode-yaml
ritwickdey.LiveServer
rvest.vs-code-prettier-eslint
sldobri.bunker
sleistner.vscode-fileutils
sourcery.sourcery
streetsidesoftware.code-spell-checker
TabNine.tabnine-vscode
tal7aouy.theme
tchojnacki.cpp-compile
tomoki1207.pdf
twxs.cmake
usernamehw.errorlens
VisualStudioExptTeam.intellicode-api-usage-examples
VisualStudioExptTeam.vscodeintellicode
vmware.vscode-boot-dev-pack
vmware.vscode-spring-boot
vscjava.vscode-java-debug
vscjava.vscode-java-dependency
vscjava.vscode-java-pack
vscjava.vscode-java-test
vscjava.vscode-maven
vscjava.vscode-spring-boot-dashboard
vscjava.vscode-spring-initializr
vscode-icons-team.vscode-icons
vsls-contrib.gistfs
ysemeniuk.emmet-live
zhuangtongfa.material-theme
while read line; do code --install-extension "$line";done <extensions.txt
@ashish-ad
Copy link
Author

Updated on 16 March 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment