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 ddd4a05 commit 9881f4aCopy full SHA for 9881f4a
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",
@@ -955,7 +955,7 @@
955
956
"command": "git.continueInLocalClone",
957
"qualifiedName": "%command.continueInLocalClone.qualifiedName%",
958
- "when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
+ "when": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
959
"remoteGroup": "remote_42_git_0_local@0"
960
}
961
],
0 commit comments