mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
chore(lsp): use 'install' terminology for jsr and npm packages (#25119)
This commit is contained in:
parent
7139337083
commit
76990df6fa
3 changed files with 48 additions and 41 deletions
|
@ -1667,9 +1667,9 @@ impl Inner {
|
|||
if diagnostic.code
|
||||
== Some(NumberOrString::String("no-cache".to_string()))
|
||||
|| diagnostic.code
|
||||
== Some(NumberOrString::String("no-cache-jsr".to_string()))
|
||||
== Some(NumberOrString::String("not-installed-jsr".to_string()))
|
||||
|| diagnostic.code
|
||||
== Some(NumberOrString::String("no-cache-npm".to_string()))
|
||||
== Some(NumberOrString::String("not-installed-npm".to_string()))
|
||||
{
|
||||
includes_no_cache = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue