1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/cli/util
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
..
progress_bar fix(npm): show a progress bar when initializing the node_modules folder (#18136) 2023-03-13 18:18:29 +00:00
checksum.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
console.rs refactor(runtime): factor out deno_io extension crate (#18001) 2023-03-05 00:39:48 +00:00
diff.rs chore: use rustfmt imports_granularity option (#17421) 2023-01-14 23:18:58 -05:00
display.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
draw_thread.rs refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19056) 2023-05-14 15:40:01 -06:00
file_watcher.rs fix(ext/http): Ensure Deno.serve works across --watch restarts (#18998) 2023-05-08 09:52:56 +02:00
fs.rs chore(tests): test_util - Add PathRef (#19450) 2023-06-15 22:50:34 +02:00
glob.rs fix(lsp): don't pre-load documents matched in the config file's "exclude" (#19431) 2023-06-15 22:50:37 +02:00
logger.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
mod.rs fix(lsp): don't pre-load documents matched in the config file's "exclude" (#19431) 2023-06-15 22:50:37 +02:00
path.rs fix(lsp): don't pre-load documents matched in the config file's "exclude" (#19431) 2023-06-15 22:50:37 +02:00
sync.rs fix(npm): do not "npm install" when npm specifier happens to match package.json entry (#18660) 2023-04-11 18:10:51 -04:00
text_encoding.rs refactor(core): Improve ergonomics of managing ASCII strings (#18498) 2023-04-04 06:46:31 -06:00
time.rs perf: do not depend on iana-time-zone (#18088) 2023-03-15 07:14:22 +00:00
unix.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
v8.rs fix(lsp): increase default max heap size to 3Gb (#19115) 2023-05-13 19:42:34 +00:00
windows.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00