mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
mention files.watcherExclude
Co-authored-by: Laurențiu Nicola <lnicola@users.noreply.github.com>
This commit is contained in:
parent
106ea7ad85
commit
d22b830ed1
3 changed files with 3 additions and 3 deletions
|
@ -144,7 +144,7 @@ config_data! {
|
||||||
files_watcher: String = "\"client\"",
|
files_watcher: String = "\"client\"",
|
||||||
/// These directories will be ignored by rust-analyzer. They are
|
/// These directories will be ignored by rust-analyzer. They are
|
||||||
/// relative to the workspace root, and globs are not supported. You may
|
/// relative to the workspace root, and globs are not supported. You may
|
||||||
/// also need to add the folders to Code's 'watcher exclude'.
|
/// also need to add the folders to Code's `files.watcherExclude`.
|
||||||
files_excludeDirs: Vec<PathBuf> = "[]",
|
files_excludeDirs: Vec<PathBuf> = "[]",
|
||||||
|
|
||||||
/// Use semantic tokens for strings.
|
/// Use semantic tokens for strings.
|
||||||
|
|
|
@ -206,7 +206,7 @@ Controls file watching implementation.
|
||||||
--
|
--
|
||||||
These directories will be ignored by rust-analyzer. They are
|
These directories will be ignored by rust-analyzer. They are
|
||||||
relative to the workspace root, and globs are not supported. You may
|
relative to the workspace root, and globs are not supported. You may
|
||||||
also need to add the folders to Code's 'watcher exclude'.
|
also need to add the folders to Code's `files.watcherExclude`.
|
||||||
--
|
--
|
||||||
[[rust-analyzer.highlighting.strings]]rust-analyzer.highlighting.strings (default: `true`)::
|
[[rust-analyzer.highlighting.strings]]rust-analyzer.highlighting.strings (default: `true`)::
|
||||||
+
|
+
|
||||||
|
|
|
@ -648,7 +648,7 @@
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"rust-analyzer.files.excludeDirs": {
|
"rust-analyzer.files.excludeDirs": {
|
||||||
"markdownDescription": "These directories will be ignored by rust-analyzer. They are\nrelative to the workspace root, and globs are not supported. You may\nalso need to add the folders to Code's 'watcher exclude'.",
|
"markdownDescription": "These directories will be ignored by rust-analyzer. They are\nrelative to the workspace root, and globs are not supported. You may\nalso need to add the folders to Code's `files.watcherExclude`.",
|
||||||
"default": [],
|
"default": [],
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
|
|
Loading…
Reference in a new issue