-
Notifications
You must be signed in to change notification settings - Fork 28
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
Changed Qute pop-up to appear on text document open #479
Conversation
8748b97
to
1bdfa1e
Compare
If you rebase against the latest version, it should be good again. |
2a7dff3
to
f6e2ac8
Compare
The tests still fail with my side, potentially we just stay with your fix then @rgrunber and I can just close this pr? |
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.
With this change, if I simple activate the Quarkus extension by going to the welcome page, and then open an independent XML file, the experimental validation popup comes up. That shouldn't happen.
The purpose of this PR would be to only bring up the popup if the opened file is a Qute template, so there should be some code that checks whether that's the case.
c5d6616
to
518b1f0
Compare
518b1f0
to
f8d3a38
Compare
f8d3a38
to
51ec548
Compare
51ec548
to
702c9fe
Compare
… timeout Signed-off-by: Alexander Chen <alchen@redhat.com>
702c9fe
to
34c2e8e
Compare
Changed Qute pop-up to appear on text document open to fix for UI test timeout
Signed-off-by: Alexander Chen alchen@redhat.com