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 a4dd4e8 commit 8152a77Copy full SHA for 8152a77
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",
@@ -934,7 +934,7 @@
934
935
"command": "git.continueInLocalClone",
936
"qualifiedName": "%command.continueInLocalClone.qualifiedName%",
937
- "when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
+ "when": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
938
"remoteGroup": "remote_42_git_0_local@0"
939
}
940
],
0 commit comments