Skip to content

Commit b5cc954

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

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
@@ -74,7 +74,7 @@
7474
"title": "%command.continueInLocalClone%",
7575
"category": "Git",
7676
"icon": "$(repo-clone)",
77-
"enablement": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
77+
"enablement": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
7878
},
7979
{
8080
"command": "git.clone",
@@ -1095,7 +1095,7 @@
10951095
{
10961096
"command": "git.continueInLocalClone",
10971097
"qualifiedName": "%command.continueInLocalClone.qualifiedName%",
1098-
"when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
1098+
"when": "false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
10991099
"remoteGroup": "remote_42_git_0_local@0"
11001100
}
11011101
],

0 commit comments

Comments
 (0)