diff options
author | Aleksey Kladov <[email protected]> | 2019-08-06 12:34:28 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-08-06 13:28:31 +0100 |
commit | deea8f52d9803bb8a93d5dbd935970a20f07a51e (patch) | |
tree | 989408695c8c7347d4c9e907cf3f8feff7f2a982 /docs | |
parent | 058c2daba1b81804d9f803e57c72f5702c124d9e (diff) |
allow to exclude certain files and directories
Diffstat (limited to 'docs')
-rw-r--r-- | docs/user/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/user/README.md b/docs/user/README.md index a5e17f604..7990d1d31 100644 --- a/docs/user/README.md +++ b/docs/user/README.md | |||
@@ -71,6 +71,9 @@ See https://github.com/microsoft/vscode/issues/72308[microsoft/vscode#72308] for | |||
71 | * `rust-analyzer.raLspServerPath`: path to `ra_lsp_server` executable | 71 | * `rust-analyzer.raLspServerPath`: path to `ra_lsp_server` executable |
72 | * `rust-analyzer.enableCargoWatchOnStartup`: prompt to install & enable `cargo | 72 | * `rust-analyzer.enableCargoWatchOnStartup`: prompt to install & enable `cargo |
73 | watch` for live error highlighting (note, this **does not** use rust-analyzer) | 73 | watch` for live error highlighting (note, this **does not** use rust-analyzer) |
74 | * `rust-analyzer.excludeGlobs`: a list of glob-patterns for exclusion (see globset [docs](https://docs.rs/globset) for syntax). | ||
75 | Note: glob patterns are applied to all Cargo packages and a rooted at a package root. | ||
76 | This is not very intuitive and a limitation of a current implementation. | ||
74 | * `rust-analyzer.cargo-watch.check-arguments`: cargo-watch check arguments. | 77 | * `rust-analyzer.cargo-watch.check-arguments`: cargo-watch check arguments. |
75 | (e.g: `--features="shumway,pdf"` will run as `cargo watch -x "check --features="shumway,pdf""` ) | 78 | (e.g: `--features="shumway,pdf"` will run as `cargo watch -x "check --features="shumway,pdf""` ) |
76 | * `rust-analyzer.trace.server`: enables internal logging | 79 | * `rust-analyzer.trace.server`: enables internal logging |