diff options
| author | jmviz <jmviz@jmviz.dev> | 2023-02-19 10:12:44 -0500 |
|---|---|---|
| committer | jmviz <jmviz@jmviz.dev> | 2023-02-19 10:12:44 -0500 |
| commit | 2351875e6a2e2f30787624002440ea9690b7cc12 (patch) | |
| tree | 8c3c08221372a07833ea51e1218a4427fc56496d | |
| parent | ed1f467aabf03a451355b6e0de8de2f6a2e101ce (diff) | |
| download | rust-2351875e6a2e2f30787624002440ea9690b7cc12.tar.gz rust-2351875e6a2e2f30787624002440ea9690b7cc12.zip | |
change titles of commands in context menu to title case. shorten open docs command
| -rw-r--r-- | editors/code/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index b206c15f34c..243208c4962 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -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" }, { |
