Files
template-web-astro/.vscode/settings.json
2023-06-28 17:30:18 +02:00

9 lines
112 B
JSON

{
"editor.quickSuggestions": {
"strings": "on"
},
"tailwindCSS.includeLanguages": {
"astro": "html"
}
}