redhat-developer / quarkus-ls

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

textDocument/inlayHint fails when classpath is incorrect #858

Closed fbricon closed 1 year ago

fbricon commented 1 year ago

The Qute LS throws an exception that pops up in the user's face:

Screenshot 2023-04-05 at 12 47 36

Cause:

Received response 'textDocument/inlayHint - (91)' in 10ms. Request failed: Request qute/template/userTags failed with message: /Users/fbricon/.m2/repository/io/quarkus/missing/9.9.9/missing-9.9.9.jar does not exist (-32603). [Error - 12:51:47] Request textDocument/inlayHint failed. Message: Request qute/template/userTags failed with message: /Users/fbricon/.m2/repository/io/quarkus/missing/9.9.9/missing-9.9.9.jar does not exist Code: -32603

angelozerr commented 1 year ago

@fbricon I cannot reproduce it, could you please share your project

angelozerr commented 1 year ago

Ok I can reproduce it with https://github.com/FroMage/RivieraDEV-Quarkus

fbricon commented 1 year ago

Self-contained project: quakuus.zip