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

fix: detect Vaadin based on pom and gradle #30

Merged
merged 3 commits into from
Apr 12, 2024

Conversation

MarcinVaadin
Copy link
Member

@MarcinVaadin MarcinVaadin commented Apr 12, 2024

Description

Changed module manager library scanning to simpler pom and gradle files search.

Can be tested using:
intellij-plugin-1.0-SNAPSHOT.zip

Test scenario:
Create new Vaadin application using npx @hilla/cli init --pre t
Go to directory cd t
Open idea from terminal using idea . or /Applications/IntelliJ\ IDEA.app/Contents/MacOS/idea .
Plugin should be automatically started

Fixes #29

@MarcinVaadin MarcinVaadin force-pushed the fix/check-com-vaadin-in-pom-and-gradle branch from f54af4c to d1f7b19 Compare April 12, 2024 12:38
Copy link
Contributor

@abdullahtellioglu abdullahtellioglu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks working as plugin does not start for non-vaadin projects

@MarcinVaadin MarcinVaadin merged commit df77fc9 into main Apr 12, 2024
2 checks passed
@MarcinVaadin MarcinVaadin deleted the fix/check-com-vaadin-in-pom-and-gradle branch April 12, 2024 13:19
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

Successfully merging this pull request may close these issues.

Copilot Plugin Started notification appears on opening a non-vaadin project
3 participants