Created
July 28, 2022 11:03
-
-
Save jerrythomas/30e1a52c15855d403f5c2a0370527f51 to your computer and use it in GitHub Desktop.
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
{ | |
"recommendations": [ | |
"svelte.svelte-vscode", | |
"ardenivanov.svelte-intellisense", | |
"antfu.browse-lite", | |
"antfu.iconify", | |
"antfu.slidev", | |
"antfu.unocss", | |
"antfu.vite", | |
"antfu.where-am-i", | |
"lokalise.i18n-ally", | |
// themes & icons | |
"mskelton.one-dark-theme", | |
"file-icons.file-icons", | |
// life savers! | |
"dbaeumer.vscode-eslint", | |
"tabnine.tabnine-vscode", | |
"esbenp.prettier-vscode", | |
"usernamehw.errorlens", | |
"streetsidesoftware.code-spell-checker", | |
"WakaTime.vscode-wakatime", | |
"znck.grammarly" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment