Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/package.json')
| -rw-r--r-- | editors/code/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 92279a8c0d..61bc4cb29d 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -2237,7 +2237,7 @@ "title": "Inlay Hints", "properties": { "rust-analyzer.inlayHints.closureCaptureHints.enable": { - "markdownDescription": "Show inlay hints for closure captures.", + "markdownDescription": "Show inlay hints for closure and coroutine captures.", "default": false, "type": "boolean" } |