diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2022-03-18 07:19:42 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-18 07:19:42 +0000 |
| commit | 38d2a9763b4892b28091f9d11df9b0a7a8d7e333 (patch) | |
| tree | 5f057dd19d3b29da3dbe44553c02fb00b8e519bf | |
| parent | 6e13de64830041988f6b2dde3f4e7a93c082cad9 (diff) | |
| parent | 031967383e090a8768f10d50f5776a6b75a2650a (diff) | |
| download | rust-38d2a9763b4892b28091f9d11df9b0a7a8d7e333.tar.gz rust-38d2a9763b4892b28091f9d11df9b0a7a8d7e333.zip | |
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>
| -rw-r--r-- | editors/code/package.json | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 83158197741..56d10f587d2 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -185,11 +185,6 @@ "category": "Rust Analyzer" }, { - "command": "rust-analyzer.updateGithubToken", - "title": "Update Github API token", - "category": "Rust Analyzer" - }, - { "command": "rust-analyzer.onEnter", "title": "Enhanced enter key", "category": "Rust Analyzer" @@ -1433,10 +1428,6 @@ "when": "inRustProject" }, { - "command": "rust-analyzer.updateGithubToken", - "when": "inRustProject" - }, - { "command": "rust-analyzer.onEnter", "when": "inRustProject" }, |
