deno-deploy-example/.vscode/settings.json

9 lines
141 B
JSON

{
"deno.enable": true,
"deno.lint": true,
"deno.unstable": true,
"deno.suggest.imports.hosts": {
"https://deno.land": true
}
}