Skip to content

Commit 980265d

Browse files
filiptronicekjeanp413
authored andcommitted
Disable Git: Continue Working in New Local Clone
1 parent 2a4a2dc commit 980265d

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
@@ -69,7 +69,7 @@
6969
"title": "%command.continueInLocalClone%",
7070
"category": "Git",
7171
"icon": "$(repo-clone)",
72-
"enablement": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
72+
"enablement": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
7373
},
7474
{
7575
"command": "git.clone",
@@ -927,7 +927,7 @@
927927
{
928928
"command": "git.continueInLocalClone",
929929
"qualifiedName": "%command.continueInLocalClone.qualifiedName%",
930-
"when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
930+
"when": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
931931
"remoteGroup": "remote_42_git_0_local@0"
932932
}
933933
],

0 commit comments

Comments
 (0)