Skip to content

Commit bb2e66f

Browse files
filiptronicekjeanp413
authored andcommitted
Disable Git: Continue Working in New Local Clone
1 parent 30d498b commit bb2e66f

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
@@ -64,7 +64,7 @@
6464
"title": "%command.continueInLocalClone%",
6565
"category": "Git",
6666
"icon": "$(repo-clone)",
67-
"enablement": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
67+
"enablement": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
6868
},
6969
{
7070
"command": "git.clone",
@@ -852,7 +852,7 @@
852852
{
853853
"command": "git.continueInLocalClone",
854854
"qualifiedName": "%command.continueInLocalClone.qualifiedName%",
855-
"when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
855+
"when": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
856856
"remoteGroup": "remote_42_git_0_local@0"
857857
}
858858
],

0 commit comments

Comments
 (0)