Skip to content

Commit 94a9132

Browse files
filiptronicekjeanp413
authored andcommitted
Disable Git: Continue Working in New Local Clone
1 parent f1c1ba6 commit 94a9132

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
@@ -65,7 +65,7 @@
6565
"title": "%command.continueInLocalClone%",
6666
"category": "Git",
6767
"icon": "$(repo-clone)",
68-
"enablement": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
68+
"enablement": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
6969
},
7070
{
7171
"command": "git.clone",
@@ -855,7 +855,7 @@
855855
{
856856
"command": "git.continueInLocalClone",
857857
"qualifiedName": "%command.continueInLocalClone.qualifiedName%",
858-
"when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
858+
"when": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
859859
"remoteGroup": "remote_42_git_0_local@0"
860860
}
861861
],

0 commit comments

Comments
 (0)