Unnamed repository; edit this file 'description' to name the repository.
Remove Update GitHub API token command
| -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 8315819774..56d10f587d 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" }, |