Created
July 22, 2024 05:36
-
-
Save anishkumar127/fb77a5741f1b13f353e607a38aadcbf3 to your computer and use it in GitHub Desktop.
vscode setup - extensions
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
{ | |
"recommendations": [ | |
"richie5um2.vscode-sort-json", | |
"usernamehw.errorlens", | |
"letrieu.expand-region", | |
"meganrogge.template-string-converter", | |
"aaron-bond.better-comments", | |
"akamud.vscode-theme-onedark", | |
"alefragnani.bookmarks", | |
"appland.appmap", | |
"bradlc.vscode-tailwindcss", | |
"cardinal90.multi-cursor-case-preserve", | |
"christian-kohler.npm-intellisense", | |
"christian-kohler.path-intellisense", | |
"dbaeumer.vscode-eslint", | |
"donjayamanne.githistory", | |
"dsznajder.es7-react-js-snippets", | |
"eamodio.gitlens", | |
"esbenp.prettier-vscode", | |
"felipecaputo.git-project-manager", | |
"formulahendry.auto-close-tag", | |
"formulahendry.auto-complete-tag", | |
"formulahendry.auto-rename-tag", | |
"github.github-vscode-theme", | |
"github.vscode-github-actions", | |
"harryhopkinson.vim-theme", | |
"heaths.vscode-guid", | |
"heybourn.headwind", | |
"howardzuo.vscode-npm-dependency", | |
"massi.javascript-docstrings", | |
"meganrogge.template-string-converter", | |
"ms-azuretools.vscode-azureappservice", | |
"ms-azuretools.vscode-azureresourcegroups", | |
"ms-azuretools.vscode-docker", | |
"ms-vscode-remote.remote-containers", | |
"ms-vscode-remote.remote-wsl", | |
"ms-vscode.azure-account", | |
"ms-vscode.azurecli", | |
"ms-vscode.makefile-tools", | |
"ms-vscode.vscode-typescript-next", | |
"phind.phind", | |
"pkief.material-icon-theme", | |
"plibither8.remove-comments", | |
"postman.postman-for-vscode", | |
"rangav.vscode-thunder-client", | |
"redhat.vscode-yaml", | |
"rencoregmbh.vscode-spfx-deploy-package", | |
"ritwickdey.liveserver", | |
"steoates.autoimport", | |
"streetsidesoftware.code-spell-checker", | |
"syler.sass-indented", | |
"teabyii.ayu", | |
"tomrijndorp.find-it-faster", | |
"usernamehw.errorlens", | |
"visualstudioexptteam.intellicode-api-usage-examples", | |
"visualstudioexptteam.vscodeintellicode", | |
"vscodevim.vim", | |
"waderyan.gitblame", | |
"wakatime.vscode-wakatime", | |
"whizkydee.material-palenight-theme", | |
"whtouche.vscode-js-console-utils", | |
"wix.vscode-import-cost", | |
"yoavbls.pretty-ts-errors", | |
"zarifprogrammer.tailwind-snippets", | |
"zhuangtongfa.material-theme", | |
"zignd.html-css-class-completion" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment