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" ,
969
969
{
970
970
"command" : " git.continueInLocalClone" ,
971
971
"qualifiedName" : " %command.continueInLocalClone.qualifiedName%" ,
972
- "when" : " config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName" ,
972
+ "when" : " false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName" ,
973
973
"remoteGroup" : " remote_42_git_0_local@0"
974
974
}
975
975
],
You can’t perform that action at this time.
0 commit comments