1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/cli/tests
David Sherret 9d944cfbe6
fix(lsp): don't pre-load documents matched in the config file's "exclude" (#19431)
This prevents documents specified in a deno.json's "exclude" from being
pre-loaded by the lsp.

For example, someone may have something like:

```jsonc
// deno.json
{
  "exclude": [
    "dist" // build directory
  ]
}
```
2023-06-15 22:50:37 +02:00
..
integration fix(lsp): don't pre-load documents matched in the config file's "exclude" (#19431) 2023-06-15 22:50:37 +02:00
node_compat chore(node_compat): fix path strings generated by setup.ts (#19347) 2023-06-09 01:13:20 +02:00
testdata chore(core): fix flaky flock_test on windows (#19477) 2023-06-15 22:50:35 +02:00
unit fix(ext/http): replace await Deno.serve with await Deno.serve().finished (#19485) 2023-06-15 22:50:37 +02:00
unit_node fix(node/buffer): make slice be the same as subarray (#19481) 2023-06-15 22:50:37 +02:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00