概要
CLionでRustのプラグインをインストールしたら、 Unable to save settings: Failed to save settingsというエラーメッセージが出た場合の対処方法について。
環境
IntelliJ Rust plugin version: 0.2.117.2170-193
Rust toolchain version: 1.39.0 (4560ea788 2019-11-04) x86_64-apple-darwin
IDE name and version: CLion 2019.3.4 (CL-193.6494.38)
Operating system: macOS 10.14.6
対処方法
以下のコマンドを実行して、CLionを再起動すれば治る。
rm -rf ~/Library/Application\ Support/CLion2019.3
参考
-
- https://youtrack.jetbrains.com/issue/OC-16255
- https://github.com/intellij-rust/intellij-rust/issues/974
(もしかしたらMarkdownプラグインが原因かも)