Skip to content

Commit d83bb01

Browse files
authored
feat: Experimental windows support (#168)
1 parent 0fc29b4 commit d83bb01

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/extension.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ export function deactivate(): Promise<void> | undefined {
6161

6262
function checkPlatform(): boolean {
6363
if (process.platform === 'win32') {
64-
void vscode.window.showWarningMessage('Phpactor is not supported on Windows.')
65-
return false
64+
void vscode.window.showWarningMessage('Phpactor support on Windows is experimental.')
6665
}
6766
return true
6867
}

0 commit comments

Comments
 (0)