Skip to content

Commit 2351875

Browse files
committed
change titles of commands in context menu to title case. shorten open docs command
1 parent ed1f467 commit 2351875

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

editors/code/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
},
227227
{
228228
"command": "rust-analyzer.openDocs",
229-
"title": "Open docs under cursor",
229+
"title": "Open Docs",
230230
"category": "rust-analyzer"
231231
},
232232
{
@@ -236,7 +236,7 @@
236236
},
237237
{
238238
"command": "rust-analyzer.peekTests",
239-
"title": "Peek related tests",
239+
"title": "Peek Related Tests",
240240
"category": "rust-analyzer"
241241
},
242242
{

0 commit comments

Comments
 (0)