Closed Trokkin closed 6 years ago
This is broken since https://github.com/wurstscript/WurstScript/commit/a84d720388eb36228d404b2c0a84d3bf8c135a69
@Frotty can you check what you broke there? :P
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.
It's also failing on my machine, so probably something in the new library is Windows only.
Most likely. @WaterKnight ?
Symptoms:
Run a wurst map
/Build your map via wurst.build
returns errorLanguage client is not ready yet
Clean the Wurst workspace
returns errorcommand 'wurst.clean' not found
Diagnostics:
I've cloned repo, debugged extension and found this:
connection.initialize(initParams)
(client.js:1716) is never fulfilled nor rejected because leading.then()
callbacks are never called.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.