Skip to content

Commit 9881f4a

Browse files
filiptronicekjeanp413
authored andcommitted
Disable Git: Continue Working in New Local Clone
Tool: gitpod/catfood.gitpod.cloud
1 parent ddd4a05 commit 9881f4a

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
@@ -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",
@@ -955,7 +955,7 @@
955955
{
956956
"command": "git.continueInLocalClone",
957957
"qualifiedName": "%command.continueInLocalClone.qualifiedName%",
958-
"when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
958+
"when": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
959959
"remoteGroup": "remote_42_git_0_local@0"
960960
}
961961
],

0 commit comments

Comments
 (0)