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 69
69
"title" : " %command.continueInLocalClone%" ,
70
70
"category" : " Git" ,
71
71
"icon" : " $(repo-clone)" ,
72
- "enablement" : " config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
72
+ "enablement" : " false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
73
73
},
74
74
{
75
75
"command" : " git.clone" ,
921
921
{
922
922
"command" : " git.continueInLocalClone" ,
923
923
"qualifiedName" : " %command.continueInLocalClone.qualifiedName%" ,
924
- "when" : " config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName" ,
924
+ "when" : " false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName" ,
925
925
"remoteGroup" : " remote_42_git_0_local@0"
926
926
}
927
927
],
You can’t perform that action at this time.
0 commit comments