Last active
November 24, 2023 18:19
-
-
Save at-the-vr/1ef8d2d1a6c92c2063d5d378c2db7c15 to your computer and use it in GitHub Desktop.
My VSCode 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
{ | |
"extensions": [ | |
"esbenp.prettier-vscode", | |
"ritwickdey.liveserver", | |
"ecmel.vscode-html-css", | |
"hollowtree.vue-snippets", | |
"dbaeumer.vscode-eslint", | |
"dsznajder.es7-react-js-snippets", | |
"coenraads.disableligatures", | |
"donjayamanne.githistory", | |
"fastn-stack.fastn", | |
"yzhang.markdown-all-in-one", | |
"simonsiefke.svg-preview", | |
"ms-vscode.powershell", | |
"adpyke.codesnap", | |
"vscode-icons-team.vscode-icons", | |
"vue.volar", | |
"bradlc.vscode-tailwindcss", | |
"astro-build.astro-vscode", | |
"unifiedjs.vscode-mdx", | |
"astro-build.houston", | |
"ms-vsliveshare.vsliveshare", | |
"eamodio.gitlens", | |
//optional | |
"monokai.theme-monokai-pro-vscode", | |
"znck.grammarly", | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment