wurstscript / wurst4vscode

Wurst extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=peterzeller.wurst
Apache License 2.0
24 stars 2 forks source link

Language client can't initialize #39

Closed Trokkin closed 6 years ago

Trokkin commented 6 years ago

Symptoms:

So we've got to conclusion that language client does not succeed with initialization/start.

OS is Linux Mint 18.2, VSCode version 1.24.1, wurstscript build 839 No idea on how to reproduce this bug.

peq commented 6 years ago

This is broken since https://github.com/wurstscript/WurstScript/commit/a84d720388eb36228d404b2c0a84d3bf8c135a69

@Frotty can you check what you broke there? :P

Frotty commented 6 years ago

I don't see any reason for it, and so far trokkin is the only one having issues, afaik. Unless one of those exceptions somehow is suppressed.

peq commented 6 years ago

It's also failing on my machine, so probably something in the new library is Windows only.

Frotty commented 6 years ago

Most likely. @WaterKnight ?