2024-08-08 04:46:38 +03:00
|
|
|
{
|
|
|
|
"tailwindCSS.emmetCompletions": true,
|
|
|
|
"files.associations": {
|
|
|
|
"*.css": "tailwindcss"
|
|
|
|
},
|
|
|
|
"editor.quickSuggestions": {
|
|
|
|
"strings": "on"
|
2024-08-22 23:54:03 +03:00
|
|
|
},
|
|
|
|
"files.watcherExclude": {
|
|
|
|
"**/target": true
|
2024-08-08 04:46:38 +03:00
|
|
|
}
|
|
|
|
}
|