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 952ff6b commit dd8bfd0Copy full SHA for dd8bfd0
extensions/git/package.json
@@ -72,7 +72,7 @@
72
"title": "%command.continueInLocalClone%",
73
"category": "Git",
74
"icon": "$(repo-clone)",
75
- "enablement": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
+ "enablement": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
76
},
77
{
78
"command": "git.clone",
@@ -957,7 +957,7 @@
957
958
"command": "git.continueInLocalClone",
959
"qualifiedName": "%command.continueInLocalClone.qualifiedName%",
960
- "when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
+ "when": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
961
"remoteGroup": "remote_42_git_0_local@0"
962
}
963
],
0 commit comments