19 lines
383 B
JSON
19 lines
383 B
JSON
{
|
|
"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
|
|
},
|
|
"cSpell.words": [
|
|
"sproc",
|
|
"USTZ"
|
|
]
|
|
} |