mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 04:09:28 +00:00
GitHub - do not show the "Publish to GitHub" command in an empty workspace (#236234)
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
"commandPalette": [
|
||||
{
|
||||
"command": "github.publish",
|
||||
"when": "git-base.gitEnabled && remoteName != 'codespaces'"
|
||||
"when": "git-base.gitEnabled && workspaceFolderCount != 0 && remoteName != 'codespaces'"
|
||||
},
|
||||
{
|
||||
"command": "github.copyVscodeDevLink",
|
||||
|
||||
Reference in New Issue
Block a user