Removes Open repository command for now

Until we stabilize the uris want to limit the visibility of this
This commit is contained in:
Eric Amodio
2020-06-25 14:10:33 -04:00
parent d0bd8225b3
commit bbf2b93cec
2 changed files with 24 additions and 29 deletions

View File

@@ -21,11 +21,6 @@
"main": "./out/extension.js",
"contributes": {
"commands": [
{
"command": "githubBrowser.openRepository",
"title": "Open GitHub Repository...",
"category": "GitHub Browser"
},
{
"command": "githubBrowser.commit",
"title": "Commit",
@@ -55,7 +50,7 @@
"commandPalette": [
{
"command": "githubBrowser.commit",
"when": "github.hasChanges"
"when": "false"
},
{
"command": "githubBrowser.discardChanges",