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 64
64
"title" : " %command.continueInLocalClone%" ,
65
65
"category" : " Git" ,
66
66
"icon" : " $(repo-clone)" ,
67
- "enablement" : " config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
67
+ "enablement" : " false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
68
68
},
69
69
{
70
70
"command" : " git.clone" ,
852
852
{
853
853
"command" : " git.continueInLocalClone" ,
854
854
"qualifiedName" : " %command.continueInLocalClone.qualifiedName%" ,
855
- "when" : " config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName" ,
855
+ "when" : " false && config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName" ,
856
856
"remoteGroup" : " remote_42_git_0_local@0"
857
857
}
858
858
],
You can’t perform that action at this time.
0 commit comments