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 2aeffd2 commit 19dbd46Copy full SHA for 19dbd46
extensions/git/package.json
@@ -65,7 +65,7 @@
65
"title": "%command.continueInLocalClone%",
66
"category": "Git",
67
"icon": "$(repo-clone)",
68
- "enablement": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
+ "enablement": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
69
},
70
{
71
"command": "git.clone",
@@ -854,7 +854,7 @@
854
855
"command": "git.continueInLocalClone",
856
"qualifiedName": "%command.continueInLocalClone.qualifiedName%",
857
- "when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
+ "when": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
858
"remoteGroup": "remote_42_git_0_local@0"
859
}
860
],
0 commit comments