Skip to content

Commit 1509f2f

Browse files
filiptronicekjeanp413
authored andcommitted
Disable Git: Continue Working in New Local Clone
1 parent 4928939 commit 1509f2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extensions/git/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"title": "%command.continueInLocalClone%",
5858
"category": "Git",
5959
"icon": "$(repo-clone)",
60-
"enablement": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
60+
"enablement": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
6161
},
6262
{
6363
"command": "git.clone",
@@ -731,7 +731,7 @@
731731
{
732732
"command": "git.continueInLocalClone",
733733
"qualifiedName": "%command.continueInLocalClone.qualifiedName%",
734-
"when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
734+
"when": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
735735
"remoteGroup": "remote_42_git_0_local@0"
736736
}
737737
],

0 commit comments

Comments
 (0)