Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/package.json')
| -rw-r--r-- | editors/code/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index c81fd0b3d2..aaf5d49b71 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -379,7 +379,7 @@ }, "$generated-start": {}, "rust-analyzer.assist.exprFillDefault": { - "markdownDescription": "How assists will fill missing elements in an expression.", + "markdownDescription": "Placeholder for missing expressions in assists.", "default": "todo", "type": "string", "enum": [ @@ -387,7 +387,7 @@ "default" ], "enumDescriptions": [ - "Fill missing expressions with the 'todo' macro", + "Fill missing expressions with the `todo` macro", "Fill missing expressions with reasonable defaults, `new` or `default` constructors." ] }, @@ -1507,4 +1507,4 @@ ] } } -}
\ No newline at end of file +} |