We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Git: Continue Working in New Local Clone
1 parent ff3b749 commit bcc868dCopy full SHA for bcc868d
1 file changed
extensions/git/package.json
@@ -68,7 +68,7 @@
68
"title": "%command.continueInLocalClone%",
69
"category": "Git",
70
"icon": "$(repo-clone)",
71
- "enablement": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
+ "enablement": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
72
},
73
{
74
"command": "git.clone",
@@ -897,7 +897,7 @@
897
898
"command": "git.continueInLocalClone",
899
"qualifiedName": "%command.continueInLocalClone.qualifiedName%",
900
- "when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
+ "when": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
901
"remoteGroup": "remote_42_git_0_local@0"
902
}
903
],
0 commit comments