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 c1c792a commit 3ef4a3fCopy full SHA for 3ef4a3f
1 file changed
extensions/git/package.json
@@ -70,7 +70,7 @@
70
"title": "%command.continueInLocalClone%",
71
"category": "Git",
72
"icon": "$(repo-clone)",
73
- "enablement": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
+ "enablement": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
74
},
75
{
76
"command": "git.clone",
@@ -899,7 +899,7 @@
899
900
"command": "git.continueInLocalClone",
901
"qualifiedName": "%command.continueInLocalClone.qualifiedName%",
902
- "when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
+ "when": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
903
"remoteGroup": "remote_42_git_0_local@0"
904
}
905
],
0 commit comments