mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 17:28:09 +00:00
Merge #11747
11747: minor: Remove Update GitHub API token command r=lnicola a=lnicola bors r+ Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
This commit is contained in:
commit
38d2a9763b
1 changed files with 0 additions and 9 deletions
|
@ -184,11 +184,6 @@
|
|||
"title": "Restart server",
|
||||
"category": "Rust Analyzer"
|
||||
},
|
||||
{
|
||||
"command": "rust-analyzer.updateGithubToken",
|
||||
"title": "Update Github API token",
|
||||
"category": "Rust Analyzer"
|
||||
},
|
||||
{
|
||||
"command": "rust-analyzer.onEnter",
|
||||
"title": "Enhanced enter key",
|
||||
|
@ -1432,10 +1427,6 @@
|
|||
"command": "rust-analyzer.reload",
|
||||
"when": "inRustProject"
|
||||
},
|
||||
{
|
||||
"command": "rust-analyzer.updateGithubToken",
|
||||
"when": "inRustProject"
|
||||
},
|
||||
{
|
||||
"command": "rust-analyzer.onEnter",
|
||||
"when": "inRustProject"
|
||||
|
|
Loading…
Reference in a new issue