Closed joeworkman closed 7 months ago
That's very odd indeed. Can you try the obvious of deleting and re-installing the extension? This could very well be a somehow-corrupted server.js file. And which version of VSCode are you running? What happens if you run the language server by itself (node path/to/language/server.js --stdio
)? If you see no output that's good (it's waiting for input).
Reinstall fixed it. Thanks!
I updated the extension today and am getting an error that the language server is crashing. Here are the details from the output.
Its odd that JS is output instead of the actual error. Anyone have any ideas that I can try?