diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-01-27 15:48:35 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-01-27 15:48:35 +0000 |
commit | 0ebf548ab7e00676d8ca43d6617c30c1ea840fc7 (patch) | |
tree | e166c38a3bd190d8efa20564bc827e3cf0a011ec /editors/code | |
parent | c76cab624763166d60251ed7df76b66547d63b61 (diff) | |
parent | 2870e701630c198bafb346e5a9c91c1d2fc9f092 (diff) |
Merge #7451
7451: rust-analyzer.files.excludeDirs r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'editors/code')
-rw-r--r-- | editors/code/package.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index ee54638f1..66af94186 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -555,6 +555,14 @@ | |||
555 | "default": "client", | 555 | "default": "client", |
556 | "type": "string" | 556 | "type": "string" |
557 | }, | 557 | }, |
558 | "rust-analyzer.files.excludeDirs": { | ||
559 | "markdownDescription": "These directories will be ignored by rust-analyzer.", | ||
560 | "default": [], | ||
561 | "type": "array", | ||
562 | "items": { | ||
563 | "type": "string" | ||
564 | } | ||
565 | }, | ||
558 | "rust-analyzer.hoverActions.debug": { | 566 | "rust-analyzer.hoverActions.debug": { |
559 | "markdownDescription": "Whether to show `Debug` action. Only applies when `#rust-analyzer.hoverActions.enable#` is set.", | 567 | "markdownDescription": "Whether to show `Debug` action. Only applies when `#rust-analyzer.hoverActions.enable#` is set.", |
560 | "default": true, | 568 | "default": true, |