diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/code/package.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 43a5cc2b5..c24d3491c 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -680,6 +680,12 @@ | |||
680 | "default": true, | 680 | "default": true, |
681 | "type": "boolean" | 681 | "type": "boolean" |
682 | }, | 682 | }, |
683 | "rust-analyzer.hoverActions.linksInHover": { | ||
684 | "markdownDescription": "Use markdown syntax for links in hover.", | ||
685 | "default": false, | ||
686 | "deprecationMessage": "Use hover.linksInHover instead", | ||
687 | "type": "boolean" | ||
688 | }, | ||
683 | "rust-analyzer.inlayHints.chainingHints": { | 689 | "rust-analyzer.inlayHints.chainingHints": { |
684 | "markdownDescription": "Whether to show inlay type hints for method chains.", | 690 | "markdownDescription": "Whether to show inlay type hints for method chains.", |
685 | "default": true, | 691 | "default": true, |