From 031967383e090a8768f10d50f5776a6b75a2650a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Fri, 18 Mar 2022 09:19:02 +0200 Subject: [PATCH] Remove Update GitHub API token command --- editors/code/package.json | 9 --------- 1 file changed, 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 @@ -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"