redhat-developer / quarkus-ls

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

Update lsp4mp to 0.8.0. #895

Closed datho7561 closed 1 year ago

datho7561 commented 1 year ago

This is needed to fix the build, since the 0.8.0-SNAPSHOT have been automatically deleted.

Signed-off-by: David Thompson davthomp@redhat.com

rgrunber commented 1 year ago

https://repo.eclipse.org/content/repositories/lsp4mp/org/eclipse/lsp4mp/org.eclipse.lsp4mp.ls/0.9.0-SNAPSHOT/ also doesn't exist since a build was never done.

Might as well use 0.8.0

Update: Just built a 0.9.0-SNAPSHOT, but if they're going to be disappearing because there aren't that many changes to lsp4mp, we may as well use the released versions only for now.

datho7561 commented 1 year ago

Okay, I'll update this PR to use the released version instead of the SNAPSHOT

datho7561 commented 1 year ago

@rgrunber okay it's updated