Skip to content

Commit d1e4d4a

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

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
@@ -71,7 +71,7 @@
7171
"title": "%command.continueInLocalClone%",
7272
"category": "Git",
7373
"icon": "$(repo-clone)",
74-
"enablement": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
74+
"enablement": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
7575
},
7676
{
7777
"command": "git.clone",
@@ -1004,7 +1004,7 @@
10041004
{
10051005
"command": "git.continueInLocalClone",
10061006
"qualifiedName": "%command.continueInLocalClone.qualifiedName%",
1007-
"when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
1007+
"when": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
10081008
"remoteGroup": "remote_42_git_0_local@0"
10091009
}
10101010
],

0 commit comments

Comments
 (0)