diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/code/package.json | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index c24d3491c..43a5cc2b5 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -680,12 +680,6 @@ | |||
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 | }, | ||
689 | "rust-analyzer.inlayHints.chainingHints": { | 683 | "rust-analyzer.inlayHints.chainingHints": { |
690 | "markdownDescription": "Whether to show inlay type hints for method chains.", | 684 | "markdownDescription": "Whether to show inlay type hints for method chains.", |
691 | "default": true, | 685 | "default": true, |