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 774f5bc commit 0178dbdCopy full SHA for 0178dbd
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",
@@ -921,7 +921,7 @@
921
922
"command": "git.continueInLocalClone",
923
"qualifiedName": "%command.continueInLocalClone.qualifiedName%",
924
- "when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
+ "when": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
925
"remoteGroup": "remote_42_git_0_local@0"
926
}
927
],
0 commit comments