Does CLion Toolchain support WSL2?
已回答
I have installed an Ubuntu 18.04 WSL2 on my insider preview Windows 10 device, and I have followed the instruction to use WSL as a toolchain configure, as CLion could recognize the WSL, It couldn't connect to ssh , which I could access on terminal of WSL itself. I had tried change StrictHostKeyChecking value to no in /etc/ssh/ssh_config, but it doesn't work. I also tried the method trouble shooting told me to link the C:/Users/username to C:/MyHome but it also doesn't work (actually, the directory didn't contain any non-ASCII character at the beginning)......

请先登录再写评论。
Hello!
Unfortunately, not yet. Please comment or upvote https://youtrack.jetbrains.com/issue/CPP-16543 in order to get updates. See https://intellij-support.jetbrains.com/hc/en-us/articles/207241135-How-to-follow-YouTrack-issues-and-receive-notifications if you are not familiar with YouTrack.
Thank you for your response, I hope I will see the update soon. For now I will install MinGW instead.
Please note WSL2 is already available in latest CLion EAP. https://blog.jetbrains.com/clion/2019/10/clion-2019-3-eap-wsl2-lldb9/
Please don't forget to properly update your sshd_config, in particular `
ListenAddress` line.