about summary refs log tree commit diff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-11-12 13:48:43 +0000
committerbors <bors@rust-lang.org>2023-11-12 13:48:43 +0000
commit1152f593b32dbcf0b92bdc7fba722ea6ffa67f9a (patch)
treea88397d3f86f5390dd900216d8396520990c01f9 /editors/code/package.json
parent5fcf5289e726785d20d3aa4d13d90a43ed248e83 (diff)
parentcace36cadec95e976867841b25563c66b5c7652d (diff)
downloadrust-1152f593b32dbcf0b92bdc7fba722ea6ffa67f9a.tar.gz
rust-1152f593b32dbcf0b92bdc7fba722ea6ffa67f9a.zip
Auto merge of #15870 - lnicola:expand-macro, r=lnicola
minor: Make "Expand macro" command title more explicit

Closes [#15856](https://github.com/rust-lang/rust-analyzer/issues/15856).

I opted for "caret", since it's the better term (cursor is the mouse), but I'm not sure how popular it is these days.
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index ef9dec5f147..1497b61e67b 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -156,7 +156,7 @@
             },
             {
                 "command": "rust-analyzer.expandMacro",
-                "title": "Expand macro recursively",
+                "title": "Expand macro recursively at caret",
                 "category": "rust-analyzer"
             },
             {