classroomstuff/.vscode/settings.json
2025-05-11 16:59:40 +05:30

7 lines
133 B
JSON

{
"tailwindCSS.emmetCompletions": true,
"editor.inlineSuggest.enabled": true,
"editor.quickSuggestions": {
"strings": true
}
}