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 ddb955f commit 2591cf0Copy full SHA for 2591cf0
1 file changed
extensions/git/package.json
@@ -69,7 +69,7 @@
69
"title": "%command.continueInLocalClone%",
70
"category": "Git",
71
"icon": "$(repo-clone)",
72
- "enablement": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
+ "enablement": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
73
},
74
{
75
"command": "git.clone",
@@ -909,7 +909,7 @@
909
910
"command": "git.continueInLocalClone",
911
"qualifiedName": "%command.continueInLocalClone.qualifiedName%",
912
- "when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
+ "when": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
913
"remoteGroup": "remote_42_git_0_local@0"
914
}
915
],
0 commit comments