classroomstuff/.vscode/settings.json

16 lines
265 B
JSON

{
"tailwindCSS.emmetCompletions": true,
"editor.inlineSuggest.enabled": true,
"editor.quickSuggestions": {
"strings": true
},
"cSpell.words": [
"correctanswer",
"creationdate",
"gameid",
"kahoot",
"questionid",
"questionstext",
"SUPABASE"
]
}