-
Notifications
You must be signed in to change notification settings - Fork 15
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
Ignore 'UndefinedObject' + 'UndefinedNamespace' problem code action should appear only if LSP client can support update configuration. #862
Conversation
This causes the tests to fail, since in the tests we expect the code action to appear, and it doesn't |
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.
Once the tests are fixed, I think this will be good to merge
c3fa97b
to
3b3f879
Compare
Indeed I need to fix tests. |
3576bda
to
105d289
Compare
@datho7561 tests should be fixed and I missed to do the same thing for UndefinedNamespace. |
105d289
to
0a70bf1
Compare
@datho7561 it seems that there is a problem with snapshot https://github.com/redhat-developer/quarkus-ls/actions/runs/4757288906/jobs/8453919530#step:7:443 |
Right, we need to point to lsp4mp |
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.
This PR is good. Thanks, Angelo! I'll raise a quick PR to fix the issue with the snapshots
0a70bf1
to
048ac03
Compare
should appear only if LSP client can support update configuration. Signed-off-by: azerr <azerr@redhat.com>
Ignore 'UndefinedObject' problem code action should appear only if LSP client can support update configuration.
In IJ Quarkus, it doesn't support the capability to update configuration on client side. In otherwise the
Ignore 'UndefinedObject' problem
should not appear:This PR checks that LSP client can support the command which update LSP client settings.