Skip to content

Commit 26847df

Browse files
filiptronicekjeanp413
authored andcommitted
Disable Git: Continue Working in New Local Clone
1 parent 1f263d4 commit 26847df

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
@@ -66,7 +66,7 @@
6666
"title": "%command.continueInLocalClone%",
6767
"category": "Git",
6868
"icon": "$(repo-clone)",
69-
"enablement": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
69+
"enablement": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
7070
},
7171
{
7272
"command": "git.clone",
@@ -856,7 +856,7 @@
856856
{
857857
"command": "git.continueInLocalClone",
858858
"qualifiedName": "%command.continueInLocalClone.qualifiedName%",
859-
"when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
859+
"when": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
860860
"remoteGroup": "remote_42_git_0_local@0"
861861
}
862862
],

0 commit comments

Comments
 (0)