You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,11 @@ This package supports WSL environments where PhpStorm runs on native Windows and
51
51
- Verify Windows LOCALAPPDATA path with `wslvar LOCALAPPDATA` (should return `C:\Users\YourUsername\AppData\Local`)
52
52
- If MCP config file is not created, check Windows directory permissions
53
53
- 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
0 commit comments