mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
GitHub - Disable command & view in codespaces (#160546)
Disable command & view in codespaces
This commit is contained in:
@@ -2731,7 +2731,7 @@
|
||||
{
|
||||
"view": "scm",
|
||||
"contents": "%view.workbench.scm.folder%",
|
||||
"when": "config.git.enabled && !git.missing && workbenchState == folder",
|
||||
"when": "config.git.enabled && !git.missing && workbenchState == folder && remoteName != 'codespaces'",
|
||||
"enablement": "git.state == initialized",
|
||||
"group": "5_scm@1"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user