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 b2ea390 commit df19227Copy full SHA for df19227
1 file changed
extensions/git/package.json
@@ -59,7 +59,7 @@
59
"title": "%command.continueInLocalClone%",
60
"category": "Git",
61
"icon": "$(repo-clone)",
62
- "enablement": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
+ "enablement": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
63
},
64
{
65
"command": "git.clone",
@@ -759,7 +759,7 @@
759
760
"command": "git.continueInLocalClone",
761
"qualifiedName": "%command.continueInLocalClone.qualifiedName%",
762
- "when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
+ "when": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
763
"remoteGroup": "remote_42_git_0_local@0"
764
}
765
],
0 commit comments