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 68
68
"title" : " %command.continueInLocalClone%" ,
69
69
"category" : " Git" ,
70
70
"icon" : " $(repo-clone)" ,
71
- "enablement" : " config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
71
+ "enablement" : " false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
72
72
},
73
73
{
74
74
"command" : " git.clone" ,
897
897
{
898
898
"command" : " git.continueInLocalClone" ,
899
899
"qualifiedName" : " %command.continueInLocalClone.qualifiedName%" ,
900
- "when" : " config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName" ,
900
+ "when" : " false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName" ,
901
901
"remoteGroup" : " remote_42_git_0_local@0"
902
902
}
903
903
],
You can’t perform that action at this time.
0 commit comments