redhat-developer / quarkus-ls

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

Wrong syntax HTML when generate by clicking link #955

Closed RainWhileLoop closed 1 month ago

RainWhileLoop commented 1 month ago

I was clicked the link and HTML generated, but HTML files are always not end with tag.

click here image. image

and heres the result image

IDE : IntelliJ Community Edition

Sorry for bad English.

angelozerr commented 1 month ago

Indeed the generated html files should be end with </html>, this generated file is done by the Qute language server and comes from the Qute template https://github.com/redhat-developer/quarkus-ls/blob/5576045e83c3392b6ba97a8a037e631b89f5753e/qute.ls/com.redhat.qute.ls/src/main/resources/com/redhat/qute/services/commands/generate.qute.html#L24

Any chance that you could provide a contribution?