From b9b03869489213fa9b24d7416afe9e3e27c81ce7 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Sun, 6 Aug 2023 21:56:56 -0400 Subject: feat(unstable): rename `deno_modules` to `vendor` (#20065) Renames the unstable `deno_modules` directory and corresponding settings to `vendor` after feedback. Also causes the vendoring of the `node_modules` directory which can be disabled via `--node-modules-dir=false` or `"nodeModulesDir": false`. --- cli/cache/http_cache/local.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/cache') diff --git a/cli/cache/http_cache/local.rs b/cli/cache/http_cache/local.rs index e7077800c..04883b3ba 100644 --- a/cli/cache/http_cache/local.rs +++ b/cli/cache/http_cache/local.rs @@ -28,7 +28,7 @@ use super::CachedUrlMetadata; use super::HttpCache; use super::HttpCacheItemKey; -/// A deno_modules http cache for the lsp that provides functionality +/// A vendor/ folder http cache for the lsp that provides functionality /// for doing a reverse mapping. #[derive(Debug)] pub struct LocalLspHttpCache { -- cgit v1.2.3