redhat-developer / quarkus-ls

Language server for Quarkus tooling
Eclipse Public License 2.0
44 stars 15 forks source link

`uri:` and `uriabs:` no longer work as expected #850

Closed datho7561 closed 1 year ago

datho7561 commented 1 year ago

When referencing a REST endpoint using the uri: or uriabs: namespace in a Renarde project, the method will be marked with an error unless the parameters of the method are passed to the reference. This is a regression in behaviour.

As an example of this issue, open quarkus-renarde-todo's login.html: all the uri: references are marked as invalid.

After performing a git bisect, the issue appears to be introduced by bae440e7389261fb8431202888f39014eedd75de.