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 67
67
"title" : " %command.continueInLocalClone%" ,
68
68
"category" : " Git" ,
69
69
"icon" : " $(repo-clone)" ,
70
- "enablement" : " config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
70
+ "enablement" : " false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
71
71
},
72
72
{
73
73
"command" : " git.clone" ,
875
875
{
876
876
"command" : " git.continueInLocalClone" ,
877
877
"qualifiedName" : " %command.continueInLocalClone.qualifiedName%" ,
878
- "when" : " config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName" ,
878
+ "when" : " false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName" ,
879
879
"remoteGroup" : " remote_42_git_0_local@0"
880
880
}
881
881
],
You can’t perform that action at this time.
0 commit comments