diff --git a/src/extension.ts b/src/extension.ts index 85719f0..0913a75 100644 --- a/src/extension.ts +++ b/src/extension.ts @@ -61,8 +61,7 @@ export function deactivate(): Promise | undefined { function checkPlatform(): boolean { if (process.platform === 'win32') { - void vscode.window.showWarningMessage('Phpactor is not supported on Windows.') - return false + void vscode.window.showWarningMessage('Phpactor support on Windows is experimental.') } return true }