1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-11 18:17:48 -05:00
denoland-deno/cli/tests
David Sherret a193794eab feat(lsp): ability to configure document pre-load limit (#19097)
Adds a `deno.preloadLimit` option (ex. `"deno.preloadLimit": 2000`)
which specifies how many file entries to traverse on the file system
when the lsp loads or its configuration changes.

Closes #18955
2023-05-11 17:26:32 -04:00
..
integration feat(lsp): ability to configure document pre-load limit (#19097) 2023-05-11 17:26:32 -04:00
node_compat fix(node): expose channels in worker_threads (#19086) 2023-05-11 17:26:30 -04:00
testdata fix(runtime): ChildProcess::kill() doesn't require additional perms (#15339) 2023-05-11 17:26:30 -04:00
unit fix(cli): upgrade to Typescript 5.0.4 (#19090) 2023-05-11 17:26:31 -04:00
unit_node BREAKING(unstable): remove "Deno.serve(handler, options)" overload (#18759) 2023-04-26 14:54:03 +02:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00