File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 71
71
"title" : " %command.continueInLocalClone%" ,
72
72
"category" : " Git" ,
73
73
"icon" : " $(repo-clone)" ,
74
- "enablement" : " config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
74
+ "enablement" : " false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
75
75
},
76
76
{
77
77
"command" : " git.clone" ,
950
950
{
951
951
"command" : " git.continueInLocalClone" ,
952
952
"qualifiedName" : " %command.continueInLocalClone.qualifiedName%" ,
953
- "when" : " config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName" ,
953
+ "when" : " false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName" ,
954
954
"remoteGroup" : " remote_42_git_0_local@0"
955
955
}
956
956
],
You can’t perform that action at this time.
0 commit comments