1
0
website/.vscode/settings.json

12 lines
237 B
JSON
Raw Normal View History

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
}
}