Skip to content
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

Open
cip123 opened this issue Feb 15, 2022 · 5 comments
Open

Support for CLion 2022.1 EAP and Docker toolchain #81

cip123 opened this issue Feb 15, 2022 · 5 comments

Comments

@cip123
Copy link

cip123 commented Feb 15, 2022

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:

  1. Is there any way to make this plugin work with EAP on my local machine?
  2. Do you know if I can debug the project using this plugin and the Docker toolchain?

Thanks.

@cip123 cip123 changed the title Support for CLion EAP and Docker toolchain Support for CLion 2022.1 EAP and Docker toolchain Feb 15, 2022
@ompedersen
Copy link

After updating to CLion 2022.1, the plugin no longer works. Error message: "Incompatible: requires IDE build 212.* or earlier"

@dryabov
Copy link
Contributor

dryabov commented Apr 21, 2022

It's necessary to update until-build attribute in the src/main/resources/META-INF/plugin.xml file and publish new jar. I hope developers will done it soon (but to be sure, let me mention @satamas here).

@satamas
Copy link
Owner

satamas commented Apr 22, 2022

I've published a plugin update for the latest IDE, sorry for the delay.
Regarding the Docker toolchain I don't know, will take a look next week

@ompedersen
Copy link

Thanks. The plugin works for me now.

@LecrisUT
Copy link
Contributor

LecrisUT commented May 2, 2023

This plugin works for me with docker toolchain. @cip123 @ompedersen can you confirm, and if so can this issue be closed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants