redhat-developer / quarkus-ls

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

Support ? in parameter let section #905

Closed angelozerr closed 11 months ago

angelozerr commented 11 months ago

Support ? in parameter let section

Fixes #904

angelozerr commented 11 months ago

This PR should fix the error with name but you will notice that https://github.com/ia3andy/quarkus-blast/blob/aa969f34616ec63be0268fee20a40097d2ec1ba4/src/main/resources/templates/layout/page.html#L7 will have again a warning which says that bundle must be declared.

image

I have seen that with @ia3andy and it will fix the problem by setting bundle with @Global annotation in order to we can detect that bundle must be injected in the template data model.

angelozerr commented 11 months ago

CI build is working again

angelozerr commented 11 months ago

Thanks @datho7561 for your review!