1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-10 16:11:13 -05:00
denoland-deno/cli/npm/resolvers
David Sherret bb37dfb5b7
feat(lsp): support lockfile and node_modules directory (#19203)
This adds support for the lockfile and node_modules directory to the
lsp.

In the case of the node_modules directory, it is only enabled when
explicitly opted into via `"nodeModulesDir": true` in the configuration
file. This is to reduce the language server automatically modifying the
node_modules directory when the user doesn't want it to.

Closes #16510
Closes #16373
2023-05-22 21:28:36 -04:00
..
common.rs fix(npm): improved optional dependency support (#19135) 2023-05-17 17:38:50 -04:00
global.rs fix(npm): improved optional dependency support (#19135) 2023-05-17 17:38:50 -04:00
local.rs fix(npm): improved optional dependency support (#19135) 2023-05-17 17:38:50 -04:00
mod.rs feat(lsp): support lockfile and node_modules directory (#19203) 2023-05-22 21:28:36 -04:00