8 lines
164 B
JSON
8 lines
164 B
JSON
{
|
|
"tailwindCSS.emmetCompletions": true,
|
|
"editor.inlineSuggest.enabled": true,
|
|
"editor.quickSuggestions": {
|
|
"strings": true
|
|
},
|
|
"cSpell.words": ["SUPABASE"]
|
|
}
|