classroomstuff/.vscode/settings.json

22 lines
387 B
JSON

{
"tailwindCSS.emmetCompletions": true,
"editor.inlineSuggest.enabled": true,
"editor.quickSuggestions": {
"strings": true
},
"css.customData": [".vscode/tailwind.json"],
"cSpell.words": [
"correctanswer",
"creationdate",
"gameid",
"gamepin",
"hostgame",
"kahoot",
"kahootclone",
"Newplayers",
"playername",
"questionid",
"questionstext",
"SUPABASE"
]
}