mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
chore: add std import mapping for tests (#24521)
This makes the LSP understand `@std/` imports in our tests.
This commit is contained in:
parent
a5f8bfdbfb
commit
de30f7c188
1 changed files with 2 additions and 1 deletions
|
@ -243,6 +243,7 @@
|
|||
"ext:runtime/41_prompt.js": "../runtime/js/41_prompt.js",
|
||||
"ext:runtime/90_deno_ns.js": "../runtime/js/90_deno_ns.js",
|
||||
"ext:runtime/98_global_scope.js": "../runtime/js/98_global_scope.js",
|
||||
"ext:deno_node/_util/std_fmt_colors.ts": "../ext/node/polyfills/_util/std_fmt_colors.ts"
|
||||
"ext:deno_node/_util/std_fmt_colors.ts": "../ext/node/polyfills/_util/std_fmt_colors.ts",
|
||||
"@std/": "../tests/util/std/"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue