Improve extension support

This commit is contained in:
Shivam Mathur
2020-06-22 07:33:08 +05:30
parent 70954fb6f8
commit b9404683e1
13 changed files with 93 additions and 165 deletions
-10
View File
@@ -15,16 +15,6 @@ export async function addCoverageXdebug(
pipe: string
): Promise<string> {
switch (version) {
case '8.0':
return (
'\n' +
(await utils.addLog(
'$cross',
'xdebug',
'Xdebug currently only supports PHP 7.4 or lower',
os_version
))
);
case '7.4':
default:
return (