Skip to content

Commit a970b02

Browse files
filiptronicekjeanp413
authored andcommitted
Disable Git: Continue Working in New Local Clone
1 parent 99bb04a commit a970b02

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
@@ -61,7 +61,7 @@
6161
"title": "%command.continueInLocalClone%",
6262
"category": "Git",
6363
"icon": "$(repo-clone)",
64-
"enablement": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
64+
"enablement": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
6565
},
6666
{
6767
"command": "git.clone",
@@ -779,7 +779,7 @@
779779
{
780780
"command": "git.continueInLocalClone",
781781
"qualifiedName": "%command.continueInLocalClone.qualifiedName%",
782-
"when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
782+
"when": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
783783
"remoteGroup": "remote_42_git_0_local@0"
784784
}
785785
],

0 commit comments

Comments
 (0)