Skip to content

Commit ddb6834

Browse files
committed
Disable Git: Continue Working in New Local Clone
1 parent 850e454 commit ddb6834

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
@@ -58,7 +58,7 @@
5858
"title": "%command.continueInLocalClone%",
5959
"category": "Git",
6060
"icon": "$(repo-clone)",
61-
"enablement": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
61+
"enablement": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
6262
},
6363
{
6464
"command": "git.clone",
@@ -758,7 +758,7 @@
758758
{
759759
"command": "git.continueInLocalClone",
760760
"qualifiedName": "%command.continueInLocalClone.qualifiedName%",
761-
"when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
761+
"when": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
762762
"remoteGroup": "remote_42_git_0_local@0"
763763
}
764764
],

0 commit comments

Comments
 (0)