add back .vscode

This commit is contained in:
Robin Olsen
2026-02-17 22:35:14 +01:00
parent 61e5109f9a
commit 9264f6d597
2 changed files with 34 additions and 0 deletions

22
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,22 @@
{
"editor.quickSuggestions": {
"strings": "on"
},
"editor.formatOnSave": true,
"[templ]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "a-h.templ"
},
"tailwindCSS.includeLanguages": {
"css": "css",
"templ": "html"
},
"emmet.includeLanguages": {
"templ": "html"
},
"files.associations": {
"*.css": "postcss"
},
"editor.colorDecorators": true,
"editor.defaultColorDecorators": "always"
}