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" ,
910
910
{
911
911
"command" : " git.continueInLocalClone" ,
912
912
"qualifiedName" : " %command.continueInLocalClone.qualifiedName%" ,
913
- "when" : " config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName" ,
913
+ "when" : " false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName" ,
914
914
"remoteGroup" : " remote_42_git_0_local@0"
915
915
}
916
916
],
You can’t perform that action at this time.
0 commit comments