lsp - quick fix for unversioned npm specifiers #16479
Labels
lsp
related to the language server
node compat
suggestion
suggestions for new features (yet to be agreed)
We should have a quick fix to change an import specifier like
import chalk from "npm:chalk";
to have a version requirement likeimport chalk from "npm:chalk@^5.1";
. Probably@^<major>.<minor>
or maybe have a variety of options.Relates to denoland/deno_lint#1094
The text was updated successfully, but these errors were encountered: