aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorLukas Wirth <[email protected]>2021-06-21 15:01:03 +0100
committerLukas Wirth <[email protected]>2021-06-21 15:15:25 +0100
commit43098d99ae9ee3d102ce54510d7885bae58e5ac7 (patch)
tree4e0ad9d6b0a19dedae5be066d9cdd37850343859 /editors
parentc7c2eb8b0885198f9b1a5e44ca49c2289128d27d (diff)
Remove deprecation support in config
Diffstat (limited to 'editors')
-rw-r--r--editors/code/package.json6
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,