GroupUp/.vscode/settings.json

18 lines
366 B
JSON
Raw Normal View History

{
"deno.enable": true,
"deno.lint": true,
"deno.unstable": true,
"deno.import_intellisense_origins": {
"https://deno.land": true
},
"spellright.language": [
"en"
],
"spellright.documentTypes": [],
"deno.suggest.imports.hosts": {
"https://deno.land": true
2023-03-26 18:34:25 -07:00
},
"cSpell.words": [
"USTZ"
]
}