Skip to content

Commit 1a270c9

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

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
@@ -59,7 +59,7 @@
5959
"title": "%command.continueInLocalClone%",
6060
"category": "Git",
6161
"icon": "$(repo-clone)",
62-
"enablement": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
62+
"enablement": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
6363
},
6464
{
6565
"command": "git.clone",
@@ -759,7 +759,7 @@
759759
{
760760
"command": "git.continueInLocalClone",
761761
"qualifiedName": "%command.continueInLocalClone.qualifiedName%",
762-
"when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
762+
"when": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
763763
"remoteGroup": "remote_42_git_0_local@0"
764764
}
765765
],

0 commit comments

Comments
 (0)