Earlier quoted context omitted.
What do you propose if you want to use a windows program to edit those files? For example I use intellij on Windows but want to compile and test on the Linux machine. If it takes 30 seconds longer than wsl 1, why would I bother changing? What is the actual point of wsl if not for the cross compatible filesystems
For wsl2, Vscode has integrations that let you do exactly that. I use python primarily and it lets you use the python interpreter installed on wsl. I assume other IDEs would have something similar or at least let you develop using a remote machine, but in this case you would configure it to point at your VM instead. As long as your processes and files are from the wsl vm, it is extremely fast. I rather use the wsl sh…
[1] https://youtrack.jetbrains.com/issue/IDEA-197573?p=IDEABKL-7...