project-manager/.vscode/settings.json
2024-05-14 11:23:07 +00:00

9 lines
112 B
JSON

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