vitesse/.vscode/extensions.json
Chris 718bd018d0
chore: add code-spell-checker to recommendations (#334)
This is likely a good idea considering we use `cSpell.words` in the `settings.json`
2022-04-19 11:29:38 +08:00

13 lines
241 B
JSON

{
"recommendations": [
"antfu.iconify",
"antfu.unocss",
"antfu.vite",
"csstools.postcss",
"dbaeumer.vscode-eslint",
"johnsoncodehk.volar",
"lokalise.i18n-ally",
"streetsidesoftware.code-spell-checker"
]
}