generated from avior/template-web-astro
12 lines
163 B
JSON
12 lines
163 B
JSON
{
|
|
"editor.quickSuggestions": {
|
|
"strings": "on"
|
|
},
|
|
"tailwindCSS.includeLanguages": {
|
|
"astro": "html"
|
|
},
|
|
"files.associations": {
|
|
"*.mdx": "markdown"
|
|
}
|
|
}
|