exit when invalid format
parent
9e5703d749
commit
14a9171a4d
|
@ -24,6 +24,7 @@ export async function activate(context: vscode.ExtensionContext): Promise<void>
|
||||||
if (selected === 'Open settings') {
|
if (selected === 'Open settings') {
|
||||||
await vscode.commands.executeCommand('workbench.action.openGlobalSettings');
|
await vscode.commands.executeCommand('workbench.action.openGlobalSettings');
|
||||||
}
|
}
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check path (if PHP is available and version is ^7.0.0)
|
// Check path (if PHP is available and version is ^7.0.0)
|
||||||
|
|
Loading…
Reference in New Issue