Skip to content

Commit dd8bfd0

Browse files
filiptronicekmustard-mh
authored andcommitted
Disable Git: Continue Working in New Local Clone
Tool: gitpod/catfood.gitpod.cloud
1 parent 952ff6b commit dd8bfd0

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
@@ -72,7 +72,7 @@
7272
"title": "%command.continueInLocalClone%",
7373
"category": "Git",
7474
"icon": "$(repo-clone)",
75-
"enablement": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
75+
"enablement": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
7676
},
7777
{
7878
"command": "git.clone",
@@ -957,7 +957,7 @@
957957
{
958958
"command": "git.continueInLocalClone",
959959
"qualifiedName": "%command.continueInLocalClone.qualifiedName%",
960-
"when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
960+
"when": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
961961
"remoteGroup": "remote_42_git_0_local@0"
962962
}
963963
],

0 commit comments

Comments
 (0)