aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorLukas Wirth <[email protected]>2021-06-14 14:44:32 +0100
committerLukas Wirth <[email protected]>2021-06-14 14:49:57 +0100
commit178b5ffba316164fba86b86a67e9402b226fbc48 (patch)
tree1600fb310bfb75553a4900dc2ebab6ef6ab844f1 /editors
parent9043c5db864ef9bffb4e5e403cf091b073133b40 (diff)
Add configuration deprecation
Diffstat (limited to 'editors')
-rw-r--r--editors/code/package.json6
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,