We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fc29b4 commit d83bb01Copy full SHA for d83bb01
src/extension.ts
@@ -61,8 +61,7 @@ export function deactivate(): Promise<void> | undefined {
61
62
function checkPlatform(): boolean {
63
if (process.platform === 'win32') {
64
- void vscode.window.showWarningMessage('Phpactor is not supported on Windows.')
65
- return false
+ void vscode.window.showWarningMessage('Phpactor support on Windows is experimental.')
66
}
67
return true
68
0 commit comments