exit when invalid format

pull/102/head
jens1o 2017-04-10 14:03:59 +02:00
parent 9e5703d749
commit 14a9171a4d
1 changed files with 1 additions and 0 deletions

View File

@ -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)