Skip to content

Commit 62fcec1

Browse files
filiptronicekjeanp413
authored andcommitted
Disable Git: Continue Working in New Local Clone
1 parent a6bd8bb commit 62fcec1

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
@@ -63,7 +63,7 @@
6363
"title": "%command.continueInLocalClone%",
6464
"category": "Git",
6565
"icon": "$(repo-clone)",
66-
"enablement": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
66+
"enablement": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
6767
},
6868
{
6969
"command": "git.clone",
@@ -830,7 +830,7 @@
830830
{
831831
"command": "git.continueInLocalClone",
832832
"qualifiedName": "%command.continueInLocalClone.qualifiedName%",
833-
"when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
833+
"when": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
834834
"remoteGroup": "remote_42_git_0_local@0"
835835
}
836836
],

0 commit comments

Comments
 (0)