rust/crates/rust-analyzer/src
Damien Elmes 106ea7ad85 minor update to excludeDirs doc
I saw reference to globs in #7755, but it doesn't look like they're
actually supported, and I had to dig through the source to discover
that the folders are relative to the workspace root. Further digging
was required to get VS Code from hanging for long periods trying to
watch giant Bazel folders that had already been excluded from Rust
Analyzer. Hopefully this tweak will save others the confusion :-)
2021-07-19 23:30:00 +10:00
..
bin refactor logger flushing 2021-07-05 21:37:17 +04:30
cli internal: a bit more of cwd safety for flycheck 2021-07-17 18:13:35 +03:00
diagnostics internal: a bit more of cwd safety for flycheck 2021-07-17 18:13:35 +03:00
caps.rs Implement goto_declaration support 2021-06-22 20:49:07 +02:00
cargo_target_spec.rs clippy::redudant_borrow 2021-06-13 09:24:16 +05:30
cli.rs Prime caches on workspace load 2021-06-11 02:00:03 +03:00
config.rs minor update to excludeDirs doc 2021-07-19 23:30:00 +10:00
diagnostics.rs clippy::redudant_borrow 2021-06-13 09:24:16 +05:30
diff.rs Split textDocument/formatting TextEdit with diff 2020-12-31 15:33:20 +01:00
dispatch.rs clippy::useless_return 2021-06-13 09:35:29 +05:30
document.rs Latest LSP 3.16 protocol 2020-11-16 15:10:13 -05:00
from_proto.rs internal: unfork code paths for unresolved and resolved assist 2021-04-13 10:59:15 +03:00
global_state.rs clippy::redudant_borrow 2021-06-13 09:24:16 +05:30
handlers.rs drop unused fields 2021-07-11 13:51:52 +03:00
integrated_benchmarks.rs Allow to disable import insertion on single path glob imports 2021-06-18 23:11:56 +02:00
lib.rs internal: add integrated completion benchmark 2021-05-04 15:14:33 +03:00
line_index.rs Fix bitrotted module name 2021-02-16 19:17:32 +03:00
lsp_ext.rs internal: better factoring for to_proto::completion 2021-07-04 14:08:33 +03:00
lsp_utils.rs clippy::redudant_borrow 2021-06-13 09:24:16 +05:30
main_loop.rs Implement goto_declaration support 2021-06-22 20:49:07 +02:00
markdown.rs Check for rust doc code attributes like rustdoc does 2021-04-19 13:32:52 +02:00
op_queue.rs More robust status notifications 2021-04-06 15:45:31 +03:00
reload.rs internal: a bit more of cwd safety for flycheck 2021-07-17 18:13:35 +03:00
request_metrics.rs Flatten module hierarchy 2020-06-24 18:57:30 +02:00
semantic_tokens.rs Resolve attribute paths in attribute highlighting 2021-06-28 21:53:17 +02:00
thread_pool.rs Improve prime_caches and display its progress 2020-10-12 13:35:01 +02:00
to_proto.rs internal: a bit more of cwd safety for flycheck 2021-07-17 18:13:35 +03:00