Skip to content

Commit 8574c23

Browse files
filiptronicekmustard-mh
authored andcommitted
Disable Git: Continue Working in New Local Clone
1 parent fb0dd7e commit 8574c23

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/git/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"title": "%command.continueInLocalClone%",
7272
"category": "Git",
7373
"icon": "$(repo-clone)",
74-
"enablement": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
74+
"enablement": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
7575
},
7676
{
7777
"command": "git.clone",
@@ -910,7 +910,7 @@
910910
{
911911
"command": "git.continueInLocalClone",
912912
"qualifiedName": "%command.continueInLocalClone.qualifiedName%",
913-
"when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
913+
"when": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
914914
"remoteGroup": "remote_42_git_0_local@0"
915915
}
916916
],

0 commit comments

Comments
 (0)