Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index ca00da9f36..163a953030 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -955,7 +955,12 @@
"type": "boolean"
},
"rust-analyzer.hover.links.enable": {
- "markdownDescription": "Use markdown syntax for links in hover.",
+ "markdownDescription": "Use markdown syntax for links on hover.",
+ "default": true,
+ "type": "boolean"
+ },
+ "rust-analyzer.hover.memory.layout.enable": {
+ "markdownDescription": "Whether to show memory layout data on hover.",
"default": true,
"type": "boolean"
},