astro/.vscode/extensions.json

11 lines
209 B
JSON
Raw Normal View History

{
2022-04-02 16:15:41 -04:00
"recommendations": [
"astro-build.astro-vscode",
"esbenp.prettier-vscode",
"editorconfig.editorconfig",
"dbaeumer.vscode-eslint",
"biomejs.biome"
2022-04-02 16:15:41 -04:00
],
"unwantedRecommendations": []
}