Skip to content

Commit 6255e01

Browse files
committed
Update README.md
1 parent e04eeaf commit 6255e01

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ This package supports WSL environments where PhpStorm runs on native Windows and
5151
- Verify Windows LOCALAPPDATA path with `wslvar LOCALAPPDATA` (should return `C:\Users\YourUsername\AppData\Local`)
5252
- If MCP config file is not created, check Windows directory permissions
5353
- Ensure your user profile is on the C drive (default location)
54+
- `[error] WSL Interoperability is disabled. Please enable it before using WSL.` If you see this error, enable WSL Interop by adding the following binfmt configuration:
55+
```shell
56+
echo ":WSLInterop:M::MZ::/init:PF" | sudo tee /usr/lib/binfmt.d/WSLInterop.conf
57+
sudo systemctl restart systemd-binfmt
58+
```
5459
</details>
5560

5661
#### Recommendation for WSL

0 commit comments

Comments
 (0)