simple-deno-import-gitea/.vscode/settings.json

10 lines
242 B
JSON
Raw Permalink Normal View History

2023-03-24 01:40:08 +09:00
{
"deno.enable": true,
"deno.unstable": true,
"deno.suggest.imports.hosts": {
"https://deno.land": true,
"https://x.nest.land": true,
"https://crux.land": true,
"http://localhost:9999": true
}
}