harrysolovay / lack_of_import_mapped_completion_repro

https://github.com/denoland/vscode_deno/issues/261

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lack of Import-mapped Completion Repro

  • The capi.dev service implements intellisense in accordance with the Deno LS intellisense API.
  • The import_map.json redirects capi/-prefixed imports to their https://capi.dev/@v0.1.0-beta.22/-prefixed counterparts.
  • We get import completions from https://capi.dev/@v0.1.0-beta.22/-prefixed imports
  • We get no import completions from capi/-prefixed imports

About

https://github.com/denoland/vscode_deno/issues/261


Languages

Language:TypeScript 100.0%