Updated README to reflect WSL 2 command for Windows 11#685
Updated README to reflect WSL 2 command for Windows 11#685jart merged 3 commits intomozilla-ai:mainfrom
Conversation
Co-authored-by: mofosyne <mofosyne@gmail.com>
… the previous one
NOTE: To those who use VS Code under Windows and do cross-development within WSL2 - you will notice the To re-enable WSL Interoperability, run the following command:
This should be included in the docs as well. |
After spending a lot of time trawling around forums and issues, trying various commands, I stumbled upon this comment in an issue which solves the problem for me (and now hopefully others running Windows 11 with WSL 2).
TL;DR:
sudo sh -c "echo -1 > /proc/sys/fs/binfmt_misc/WSLInterop-late"Please let me know if there's any changes you'd like, but it would be good to see this in the README as it can hopefully save someone else a lot of internet searching. 😄