12 lines
237 B
JSON
12 lines
237 B
JSON
{
|
|
"tailwindCSS.emmetCompletions": true,
|
|
"files.associations": {
|
|
"*.css": "tailwindcss"
|
|
},
|
|
"editor.quickSuggestions": {
|
|
"strings": "on"
|
|
},
|
|
"files.watcherExclude": {
|
|
"**/target": true
|
|
}
|
|
} |