Christian Dietrich
Christian Dietrich
does vscode now have websocket support for language servers or did you come up with something custom? (in both cases do both send the same message format at monaco language...
so how does the client in your vscode plugin look like?
i am not sure if this will send the messages the websocket on server expects or if it will sent the header as well which then will break the json...
no. the monaco language client does not send json rpc with header but the payload json only. i assume that is you just give vscode a stream it will send...
and what is in the message?
as i have said and is mentioned in that other issue: VSCode sends the content header length but the websocket impl here cannot deal with it. (as https://github.com/TypeFox/monaco-languageclient does not...
is the current release 3.16 complete or is there still something missing? i am not sure if we at Xtext already want to ditch Java 8 too. maybe source 11...
i dont think it is a good idea to directly jump to java 17 only.
it would forces all clients to use java 17 only and drop all support for older versions. we at Xtext are not ready yet. so we would have to stop...
> Hence I suggested to use multi release jars. i dont know how that will work in osgi environments (e.g. lsp4e) also: what would be the benefit (for java 17...