CLion 使用笔记
Choice of CLion
1 | CLion 2020.2.5 |
On CLion with WSL
Avoid annoying event notification every startup
- filesystem case-sensitivity mismatch
原因:WSL Ubuntu 是 case-sensitive OS, 而 Host 侧的 Windows 11 是 case-insensitive OS
- external file changes sync may be slow
原因:Native file watcher will not work for the shared and network folders
这两个问题其实都是我在使用 WSL 的原因,避免方法也很简单 C:\Users\whoami\AppData\Roaming\JetBrains\CLion2020.2\idea.properties
1 | idea.case.sensitive.fs=true |