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 ddcb0c6 commit 8f6c041Copy full SHA for 8f6c041
extensions/git/package.json
@@ -66,7 +66,7 @@
66
"title": "%command.continueInLocalClone%",
67
"category": "Git",
68
"icon": "$(repo-clone)",
69
- "enablement": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
+ "enablement": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
70
},
71
{
72
"command": "git.clone",
@@ -862,7 +862,7 @@
862
863
"command": "git.continueInLocalClone",
864
"qualifiedName": "%command.continueInLocalClone.qualifiedName%",
865
- "when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
+ "when": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
866
"remoteGroup": "remote_42_git_0_local@0"
867
}
868
],
0 commit comments