summaryrefslogtreecommitdiff
path: root/cli/lsp/cache.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/lsp/cache.rs')
-rw-r--r--cli/lsp/cache.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/lsp/cache.rs b/cli/lsp/cache.rs
index db10dc967..fbf9ea6f1 100644
--- a/cli/lsp/cache.rs
+++ b/cli/lsp/cache.rs
@@ -94,7 +94,7 @@ impl LspCache {
let deno_dir = DenoDir::new(global_cache_path)
.expect("should be infallible with absolute custom root");
let global = Arc::new(GlobalHttpCache::new(
- deno_dir.deps_folder_path(),
+ deno_dir.remote_folder_path(),
crate::cache::RealDenoCacheEnv,
));
Self {