eclipse-lsp4j / lsp4j

A Java implementation of the language server protocol intended to be consumed by tools and language servers implemented in Java.
https://eclipse.org/lsp4j
Other
582 stars 141 forks source link

removed non-breaking space #778

Closed benjaminloerincz closed 7 months ago

pisv commented 7 months ago

Can you please describe the fix? I have tried it locally, and now Protocal.xtend does not compile:

mismatched input '*' expecting '}'  Protocol.xtend  line: 8174
no viable alternative at input 'String' Protocol.xtend  line: 8180
no viable alternative at input 'String' Protocol.xtend  line: 8199
benjaminloerincz commented 7 months ago

Oh, please forgive me. In one project I had problems with non-breaking spaces and wanted to get rid of them everywhere. In this particular place, the non-breaking space is actually needed. Sorry. I am closing this issue here.

pisv commented 7 months ago

No problem! Thank you.