mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-25 21:37:39 +00:00
change titles of commands in context menu to title case. shorten open docs command
This commit is contained in:
parent
ed1f467aab
commit
2351875e6a
1 changed files with 2 additions and 2 deletions
|
|
@ -226,7 +226,7 @@
|
|||
},
|
||||
{
|
||||
"command": "rust-analyzer.openDocs",
|
||||
"title": "Open docs under cursor",
|
||||
"title": "Open Docs",
|
||||
"category": "rust-analyzer"
|
||||
},
|
||||
{
|
||||
|
|
@ -236,7 +236,7 @@
|
|||
},
|
||||
{
|
||||
"command": "rust-analyzer.peekTests",
|
||||
"title": "Peek related tests",
|
||||
"title": "Peek Related Tests",
|
||||
"category": "rust-analyzer"
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue