advent22/ui/.vscode/extensions.json

13 lines
238 B
JSON
Raw Normal View History

{
"recommendations": [
"dbaeumer.vscode-eslint",
"EditorConfig.EditorConfig",
"esbenp.prettier-vscode",
"mhutchie.git-graph",
"oxc.oxc-vscode",
"Syler.sass-indented",
"vitest.explorer",
"Vue.volar"
]
2024-08-27 00:25:42 +00:00
}