Can I build project with WSL?
Answered
Is it possible to write source file on Windows and build/run it on WSL Linux?(like CLion)
Please sign in to leave a comment.
See https://youtrack.jetbrains.com/issue/IDEA-110822. You can run/debug on the remote machine, but building would be local.
I've found Run | Edit Configurations | Remote option. Can I run/debug the project with this?
Yes. See also https://stackoverflow.com/a/42392922/104891.
@Blackj0221 - I'm running the Linux version of CLion on Windows WSL (with Vcxsrv as my X server). I'm able to debug Rust this way, using a pure Linux toolchain. It seems to work pretty well.