change titles of commands in context menu to title case. shorten open docs command

This commit is contained in:
jmviz 2023-02-19 10:12:44 -05:00
parent ed1f467aab
commit 2351875e6a

View file

@ -226,7 +226,7 @@
}, },
{ {
"command": "rust-analyzer.openDocs", "command": "rust-analyzer.openDocs",
"title": "Open docs under cursor", "title": "Open Docs",
"category": "rust-analyzer" "category": "rust-analyzer"
}, },
{ {
@ -236,7 +236,7 @@
}, },
{ {
"command": "rust-analyzer.peekTests", "command": "rust-analyzer.peekTests",
"title": "Peek related tests", "title": "Peek Related Tests",
"category": "rust-analyzer" "category": "rust-analyzer"
}, },
{ {