-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Improve IDE detection #18761
Improve IDE detection #18761
Conversation
I'll check this and see if it works on my IntelliJ setup on Monday |
core/deployment/src/main/java/io/quarkus/deployment/ide/IdeProcessor.java
Outdated
Show resolved
Hide resolved
...ment/src/main/java/io/quarkus/vertx/http/deployment/devmode/console/DevConsoleProcessor.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for taking to the time with this!
I added a couple of comments. Other than that, I tried it and it works on my setup
* Test more possible cases for idea * correctly add the line argument for idea * Support detection for multi-module projects Fixes: quarkusio#18676
This workflow status is outdated as a new workflow run has been triggered. 🚫 This workflow run has been cancelled. Failing Jobs - Building 1302f7e
|
The ci failure does not look related, this pr does not change anything related to microprofile. |
Fixes: #18676
supersedes: #18682