GitHub - Disable command & view in codespaces (#160546)

Disable command & view in codespaces
This commit is contained in:
Ladislau Szomoru
2022-09-09 20:22:39 +02:00
committed by GitHub
parent 9c9eb26fa0
commit df51f5af27
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@
"commandPalette": [
{
"command": "github.publish",
"when": "git-base.gitEnabled"
"when": "git-base.gitEnabled && remoteName != 'codespaces'"
},
{
"command": "github.copyVscodeDevLink",