deno icon indicating copy to clipboard operation
deno copied to clipboard

fix(lsp): Only apply import-map-remap to bare map keys

Open nayeemrmn opened this issue 1 year ago • 0 comments

Fixes #15266.

The diagnostic should only be given when the suggested map key is a bare specifier. Applying it to relative specifiers is too opinionated as to which of the alternative import forms is preferred.

nayeemrmn avatar Jul 21 '22 09:07 nayeemrmn