add back .vscode
This commit is contained in:
22
.vscode/settings.json
vendored
Normal file
22
.vscode/settings.json
vendored
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user