DenReg/.vscode/settings.json

13 lines
287 B
JSON
Raw Normal View History

2020-07-26 11:18:06 +00:00
{
2020-07-31 17:45:14 +00:00
"deno.enable": true,
2020-08-02 21:41:05 +00:00
"deno.unstable": true,
2020-10-14 00:52:02 +00:00
"debug.javascript.usePreview": false,
"deno.import_intellisense_origins": {
"https://deno.land": true
2023-11-28 15:10:33 +00:00
},
"deno.suggest.imports.hosts": {
"https://deno.land": true,
"https://deno.hibas123.de": false
2020-10-14 00:52:02 +00:00
}
2020-07-31 17:45:14 +00:00
}