diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/code/package.json | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index c077bd2c0..666016ae4 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -452,6 +452,16 @@ | |||
452 | "default": false, | 452 | "default": false, |
453 | "type": "boolean" | 453 | "type": "boolean" |
454 | }, | 454 | }, |
455 | "rust-analyzer.cargo.unsetTest": { | ||
456 | "markdownDescription": "Unsets `#[cfg(test)]` for the specified crates.", | ||
457 | "default": [ | ||
458 | "core" | ||
459 | ], | ||
460 | "type": "array", | ||
461 | "items": { | ||
462 | "type": "string" | ||
463 | } | ||
464 | }, | ||
455 | "rust-analyzer.cargo.features": { | 465 | "rust-analyzer.cargo.features": { |
456 | "markdownDescription": "List of features to activate.", | 466 | "markdownDescription": "List of features to activate.", |
457 | "default": [], | 467 | "default": [], |
@@ -645,6 +655,16 @@ | |||
645 | "default": true, | 655 | "default": true, |
646 | "type": "boolean" | 656 | "type": "boolean" |
647 | }, | 657 | }, |
658 | "rust-analyzer.hover.documentation": { | ||
659 | "markdownDescription": "Whether to show documentation on hover.", | ||
660 | "default": true, | ||
661 | "type": "boolean" | ||
662 | }, | ||
663 | "rust-analyzer.hover.linksInHover": { | ||
664 | "markdownDescription": "Use markdown syntax for links in hover.", | ||
665 | "default": true, | ||
666 | "type": "boolean" | ||
667 | }, | ||
648 | "rust-analyzer.hoverActions.debug": { | 668 | "rust-analyzer.hoverActions.debug": { |
649 | "markdownDescription": "Whether to show `Debug` action. Only applies when\n`#rust-analyzer.hoverActions.enable#` is set.", | 669 | "markdownDescription": "Whether to show `Debug` action. Only applies when\n`#rust-analyzer.hoverActions.enable#` is set.", |
650 | "default": true, | 670 | "default": true, |
@@ -675,11 +695,6 @@ | |||
675 | "default": true, | 695 | "default": true, |
676 | "type": "boolean" | 696 | "type": "boolean" |
677 | }, | 697 | }, |
678 | "rust-analyzer.hoverActions.linksInHover": { | ||
679 | "markdownDescription": "Use markdown syntax for links in hover.", | ||
680 | "default": true, | ||
681 | "type": "boolean" | ||
682 | }, | ||
683 | "rust-analyzer.inlayHints.chainingHints": { | 698 | "rust-analyzer.inlayHints.chainingHints": { |
684 | "markdownDescription": "Whether to show inlay type hints for method chains.", | 699 | "markdownDescription": "Whether to show inlay type hints for method chains.", |
685 | "default": true, | 700 | "default": true, |