Skip to content

Commit cb3f1d1

Browse files
filiptronicekmustard-mh
authored andcommitted
Disable Git: Continue Working in New Local Clone
1 parent d8f5738 commit cb3f1d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extensions/git/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"title": "%command.continueInLocalClone%",
7070
"category": "Git",
7171
"icon": "$(repo-clone)",
72-
"enablement": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
72+
"enablement": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
7373
},
7474
{
7575
"command": "git.clone",
@@ -921,7 +921,7 @@
921921
{
922922
"command": "git.continueInLocalClone",
923923
"qualifiedName": "%command.continueInLocalClone.qualifiedName%",
924-
"when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
924+
"when": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
925925
"remoteGroup": "remote_42_git_0_local@0"
926926
}
927927
],

0 commit comments

Comments
 (0)