diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/code/package.json | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 0f3ed48a0..43a5cc2b5 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -640,6 +640,16 @@ | |||
640 | "default": true, | 640 | "default": true, |
641 | "type": "boolean" | 641 | "type": "boolean" |
642 | }, | 642 | }, |
643 | "rust-analyzer.hover.documentation": { | ||
644 | "markdownDescription": "Whether to show documentation on hover.", | ||
645 | "default": true, | ||
646 | "type": "boolean" | ||
647 | }, | ||
648 | "rust-analyzer.hover.linksInHover": { | ||
649 | "markdownDescription": "Use markdown syntax for links in hover.", | ||
650 | "default": true, | ||
651 | "type": "boolean" | ||
652 | }, | ||
643 | "rust-analyzer.hoverActions.debug": { | 653 | "rust-analyzer.hoverActions.debug": { |
644 | "markdownDescription": "Whether to show `Debug` action. Only applies when\n`#rust-analyzer.hoverActions.enable#` is set.", | 654 | "markdownDescription": "Whether to show `Debug` action. Only applies when\n`#rust-analyzer.hoverActions.enable#` is set.", |
645 | "default": true, | 655 | "default": true, |
@@ -670,11 +680,6 @@ | |||
670 | "default": true, | 680 | "default": true, |
671 | "type": "boolean" | 681 | "type": "boolean" |
672 | }, | 682 | }, |
673 | "rust-analyzer.hoverActions.linksInHover": { | ||
674 | "markdownDescription": "Use markdown syntax for links in hover.", | ||
675 | "default": true, | ||
676 | "type": "boolean" | ||
677 | }, | ||
678 | "rust-analyzer.inlayHints.chainingHints": { | 683 | "rust-analyzer.inlayHints.chainingHints": { |
679 | "markdownDescription": "Whether to show inlay type hints for method chains.", | 684 | "markdownDescription": "Whether to show inlay type hints for method chains.", |
680 | "default": true, | 685 | "default": true, |