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