Skip to content

Commit 19dbd46

Browse files
filiptronicekjeanp413
authored andcommitted
Disable Git: Continue Working in New Local Clone
1 parent 2aeffd2 commit 19dbd46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extensions/git/package.json

+2-2
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",
@@ -854,7 +854,7 @@
854854
{
855855
"command": "git.continueInLocalClone",
856856
"qualifiedName": "%command.continueInLocalClone.qualifiedName%",
857-
"when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
857+
"when": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
858858
"remoteGroup": "remote_42_git_0_local@0"
859859
}
860860
],

0 commit comments

Comments
 (0)