Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit a4afc90

Browse files
author
Je
committed
chore: update vscode workspace settings
1 parent 5ab4c4b commit a4afc90

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,9 @@
2020
"deno.enable": true,
2121
"deno.unstable": true,
2222
"deno.import_map": "./import_map.json",
23+
"deno.import_intellisense_autodiscovery": true,
24+
"deno.import_intellisense_origins": {
25+
"https://deno.land": true,
26+
"https://esm.sh": true,
27+
}
2328
}

0 commit comments

Comments
 (0)