changed workspace vs code settings

This commit is contained in:
ChrQR 2024-04-05 20:50:15 +02:00
parent 06171c5f77
commit cf4d9909aa

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

@ -0,0 +1,11 @@
{
"files.associations": {
"*.css": "tailwindcss"
},
"editor.quickSuggestions": {
"strings": "on"
},
"[svelte]": {
"editor.defaultFormatter": "svelte.svelte-vscode"
},
}