diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-01-06 12:40:34 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-01-06 12:40:34 +0000 |
commit | 66c575659e17035a747d3e4e10bcf4f3669a7143 (patch) | |
tree | 55a3d19d015d13c7507d8ea7ea5f80ce0e2d7df2 /editors/code | |
parent | bb56c55c4e02f159605d55cbfd8586ccf93674c7 (diff) | |
parent | f7a15b5cd1df58e46066bbd27c90cb1ad7f9c316 (diff) |
Merge #7172
7172: refactor config to be lossless & precise 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 63db87064..ea7f0990c 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -663,6 +663,14 @@ | |||
663 | "default": false, | 663 | "default": false, |
664 | "type": "boolean" | 664 | "type": "boolean" |
665 | }, | 665 | }, |
666 | "rust-analyzer.procMacro.server": { | ||
667 | "markdownDescription": "Internal config, path to proc-macro server executable (typically, this is rust-analyzer itself, but we override this in tests).", | ||
668 | "default": null, | ||
669 | "type": [ | ||
670 | "null", | ||
671 | "string" | ||
672 | ] | ||
673 | }, | ||
666 | "rust-analyzer.runnables.overrideCargo": { | 674 | "rust-analyzer.runnables.overrideCargo": { |
667 | "markdownDescription": "Command to be executed instead of 'cargo' for runnables.", | 675 | "markdownDescription": "Command to be executed instead of 'cargo' for runnables.", |
668 | "default": null, | 676 | "default": null, |