aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json15
1 files changed, 10 insertions, 5 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index b20a39a95..666016ae4 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -655,6 +655,16 @@
655 "default": true, 655 "default": true,
656 "type": "boolean" 656 "type": "boolean"
657 }, 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 },
658 "rust-analyzer.hoverActions.debug": { 668 "rust-analyzer.hoverActions.debug": {
659 "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.",
660 "default": true, 670 "default": true,
@@ -685,11 +695,6 @@
685 "default": true, 695 "default": true,
686 "type": "boolean" 696 "type": "boolean"
687 }, 697 },
688 "rust-analyzer.hoverActions.linksInHover": {
689 "markdownDescription": "Use markdown syntax for links in hover.",
690 "default": true,
691 "type": "boolean"
692 },
693 "rust-analyzer.inlayHints.chainingHints": { 698 "rust-analyzer.inlayHints.chainingHints": {
694 "markdownDescription": "Whether to show inlay type hints for method chains.", 699 "markdownDescription": "Whether to show inlay type hints for method chains.",
695 "default": true, 700 "default": true,