Skip to content

Commit f907736

Browse files
filiptronicekjeanp413
authored andcommitted
Disable Git: Continue Working in New Local Clone
1 parent 8d5e996 commit f907736

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
@@ -67,7 +67,7 @@
6767
"title": "%command.continueInLocalClone%",
6868
"category": "Git",
6969
"icon": "$(repo-clone)",
70-
"enablement": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
70+
"enablement": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
7171
},
7272
{
7373
"command": "git.clone",
@@ -875,7 +875,7 @@
875875
{
876876
"command": "git.continueInLocalClone",
877877
"qualifiedName": "%command.continueInLocalClone.qualifiedName%",
878-
"when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
878+
"when": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
879879
"remoteGroup": "remote_42_git_0_local@0"
880880
}
881881
],

0 commit comments

Comments
 (0)