-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for CLion 2022.1 EAP and Docker toolchain #81
Comments
After updating to CLion 2022.1, the plugin no longer works. Error message: "Incompatible: requires IDE build 212.* or earlier" |
It's necessary to update |
I've published a plugin update for the latest IDE, sorry for the delay. |
Thanks. The plugin works for me now. |
This plugin works for me with docker toolchain. @cip123 @ompedersen can you confirm, and if so can this issue be closed? |
Hello, I am trying to run a CMake Fortran project using the CLion Docker toolchain.
Unfortunately, the way our project is structured (CMakeFile.txt not being in the root folder), we can't use the current CLion version (2021.3) since it doesn't specify the volume bindings required for this scenario.
The volume binding configuration is present in CLion EAP, but this plugin will not work anymore (Incompatible: requires IDEA build 213.* or earlier).
So, I have a couple of questions:
Thanks.
The text was updated successfully, but these errors were encountered: