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" ,
927
927
{
928
928
"command" : " git.continueInLocalClone" ,
929
929
"qualifiedName" : " %command.continueInLocalClone.qualifiedName%" ,
930
- "when" : " config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName" ,
930
+ "when" : " false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName" ,
931
931
"remoteGroup" : " remote_42_git_0_local@0"
932
932
}
933
933
],
You can’t perform that action at this time.
0 commit comments