Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index abe85d6c9d..98fe6a558b 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -2399,6 +2399,16 @@
{
"title": "Inlay Hints",
"properties": {
+ "rust-analyzer.inlayHints.parameterHints.missingArguments.enable": {
+ "markdownDescription": "Show parameter name inlay hints for missing arguments at the call site.",
+ "default": false,
+ "type": "boolean"
+ }
+ }
+ },
+ {
+ "title": "Inlay Hints",
+ "properties": {
"rust-analyzer.inlayHints.rangeExclusiveHints.enable": {
"markdownDescription": "Show exclusive range inlay hints.",
"default": false,