We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c440b30 commit d2c241fCopy full SHA for d2c241f
extensions/git/package.json
@@ -665,7 +665,7 @@
665
},
666
{
667
"command": "git.init",
668
- "when": "config.git.enabled && !git.missing"
+ "when": "config.git.enabled && !git.missing && remoteName != 'codespaces'"
669
670
671
"command": "git.openRepository",
@@ -2738,7 +2738,7 @@
2738
2739
"view": "scm",
2740
"contents": "%view.workbench.scm.workspace%",
2741
- "when": "config.git.enabled && !git.missing && workbenchState == workspace && workspaceFolderCount != 0",
+ "when": "config.git.enabled && !git.missing && workbenchState == workspace && workspaceFolderCount != 0 && remoteName != 'codespaces'",
2742
"enablement": "git.state == initialized",
2743
"group": "5_scm@1"
2744
0 commit comments