Skip to content

Commit 3ef4a3f

Browse files
filiptronicekjeanp413
authored andcommitted
Disable Git: Continue Working in New Local Clone
1 parent c1c792a commit 3ef4a3f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/git/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"title": "%command.continueInLocalClone%",
7171
"category": "Git",
7272
"icon": "$(repo-clone)",
73-
"enablement": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
73+
"enablement": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
7474
},
7575
{
7676
"command": "git.clone",
@@ -899,7 +899,7 @@
899899
{
900900
"command": "git.continueInLocalClone",
901901
"qualifiedName": "%command.continueInLocalClone.qualifiedName%",
902-
"when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
902+
"when": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
903903
"remoteGroup": "remote_42_git_0_local@0"
904904
}
905905
],

0 commit comments

Comments
 (0)