1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/test_util
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
..
src feat(lsp): support lockfile and node_modules directory (#19203) 2023-05-22 21:28:36 -04:00
std@b23a76a47a chore: update deno_std submodule to 0.178.0 (#18003) 2023-03-03 19:11:10 +00:00
wpt@065cf84e9f chore: update wpt again (#18384) 2023-03-25 03:27:49 +00:00
Cargo.toml chore(cli): One Rust test per JS and Node unit test file (#19199) 2023-05-22 13:35:59 -06:00