Skip to content

Commit 56fd997

Browse files
filiptronicekmustard-mh
authored andcommitted
Disable Git: Continue Working in New Local Clone
1 parent 6ebfbf0 commit 56fd997

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
@@ -68,7 +68,7 @@
6868
"title": "%command.continueInLocalClone%",
6969
"category": "Git",
7070
"icon": "$(repo-clone)",
71-
"enablement": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
71+
"enablement": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
7272
},
7373
{
7474
"command": "git.clone",
@@ -897,7 +897,7 @@
897897
{
898898
"command": "git.continueInLocalClone",
899899
"qualifiedName": "%command.continueInLocalClone.qualifiedName%",
900-
"when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
900+
"when": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
901901
"remoteGroup": "remote_42_git_0_local@0"
902902
}
903903
],

0 commit comments

Comments
 (0)