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 4a14620 commit 942de70Copy full SHA for 942de70
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",
@@ -939,7 +939,7 @@
939
940
"command": "git.continueInLocalClone",
941
"qualifiedName": "%command.continueInLocalClone.qualifiedName%",
942
- "when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
+ "when": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
943
"remoteGroup": "remote_42_git_0_local@0"
944
}
945
],
0 commit comments