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 4928939 commit 1509f2fCopy full SHA for 1509f2f
extensions/git/package.json
@@ -57,7 +57,7 @@
57
"title": "%command.continueInLocalClone%",
58
"category": "Git",
59
"icon": "$(repo-clone)",
60
- "enablement": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
+ "enablement": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
61
},
62
{
63
"command": "git.clone",
@@ -731,7 +731,7 @@
731
732
"command": "git.continueInLocalClone",
733
"qualifiedName": "%command.continueInLocalClone.qualifiedName%",
734
- "when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
+ "when": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
735
"remoteGroup": "remote_42_git_0_local@0"
736
}
737
],
0 commit comments