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 dcf89ea commit 345a228Copy full SHA for 345a228
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",
@@ -962,7 +962,7 @@
962
963
"command": "git.continueInLocalClone",
964
"qualifiedName": "%command.continueInLocalClone.qualifiedName%",
965
- "when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
+ "when": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
966
"remoteGroup": "remote_42_git_0_local@0"
967
}
968
],
0 commit comments