Error: "Message could not be parsed" in Socket Mode [message #1852339] |
Wed, 11 May 2022 05:29  |
Eclipse User |
|
|
|
Hi,
I have an existing Xtext project and my goal is to create a VSCode Extension for it. To get somewhat familiar with the tools and the process I created the example Xtext project with eclipse and created the RunServer (similar to this: https://github.com/itemis/xtext-languageserver-example/blob/master/vscode-extension/src/extension.ts) to run the language server in socket mode and connected the VSCode extension also via socket - and it works fine.
Now I use the same code to run the Server in socket mode for the other existing project. However, when I start the VSCode extension I get this error in VSCode: "Message could not be parsed.". To verify that the xtext project is ok I used the ServerLauncher and the Generic Texteditor in eclipse and everything works fine.
Can anyone give me some hints how to address this problem?
Thanks!
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03976 seconds