You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using vscode with the latest vscode_deno extension, the LSP can not resolve my import_map defined in the workspaces individual deno.json files.
The Editor will show: Relative import path "std/uuid/mod.ts" not prefixed with / or ./ or ../deno(import-prefix-missing)
Executing the code using deno run -A --unstable-workspaces src/api/main.ts works as intended.
Versions:
Description:
When using vscode with the latest vscode_deno extension, the LSP can not resolve my import_map defined in the workspaces individual deno.json files.
The Editor will show:
Relative import path "std/uuid/mod.ts" not prefixed with / or ./ or ../deno(import-prefix-missing)
Executing the code using
deno run -A --unstable-workspaces src/api/main.ts
works as intended.Code for Repro: https://github.com/igl/deno-workspace-playground/tree/lsp-bug
Screenshot:
The text was updated successfully, but these errors were encountered: