Skip to content

Commit 80313ff

Browse files
filiptronicekjeanp413
authored andcommitted
Disable Git: Continue Working in New Local Clone
1 parent 23a4446 commit 80313ff

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
@@ -69,7 +69,7 @@
6969
"title": "%command.continueInLocalClone%",
7070
"category": "Git",
7171
"icon": "$(repo-clone)",
72-
"enablement": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
72+
"enablement": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
7373
},
7474
{
7575
"command": "git.clone",
@@ -898,7 +898,7 @@
898898
{
899899
"command": "git.continueInLocalClone",
900900
"qualifiedName": "%command.continueInLocalClone.qualifiedName%",
901-
"when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
901+
"when": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
902902
"remoteGroup": "remote_42_git_0_local@0"
903903
}
904904
],

0 commit comments

Comments
 (0)