diff options
author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2024-02-14 18:30:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-14 18:30:44 +0000 |
commit | 012a9d8aebd39cd215d404fe75c3ee22b040689e (patch) | |
tree | c40c20a514dd790393742bbeb6bddc72b3046ad0 /test_util/src/lsp.rs | |
parent | b5d122de32d075bc0a5b07ad18e9bcc1d2c07396 (diff) |
chore: rename DENO_REGISTRY_URL to JSR_URL (#22414)
Diffstat (limited to 'test_util/src/lsp.rs')
-rw-r--r-- | test_util/src/lsp.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_util/src/lsp.rs b/test_util/src/lsp.rs index 532cf1482..6b8256fc1 100644 --- a/test_util/src/lsp.rs +++ b/test_util/src/lsp.rs @@ -524,7 +524,7 @@ impl LspClientBuilder { command .env("DENO_DIR", deno_dir.path()) .env("NPM_CONFIG_REGISTRY", npm_registry_url()) - .env("DENO_REGISTRY_URL", jsr_registry_url()) + .env("JSR_URL", jsr_registry_url()) // turn on diagnostic synchronization communication .env( "DENO_DONT_USE_INTERNAL_LSP_DIAGNOSTIC_SYNC_FLAG", |