Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

0.2.6: C# LSP not working #509

Closed
bryphe opened this issue Jul 1, 2017 · 1 comment
Closed

0.2.6: C# LSP not working #509

bryphe opened this issue Jul 1, 2017 · 1 comment

Comments

@bryphe
Copy link
Member

bryphe commented Jul 1, 2017

Looks like the omnisharp-node-client is crashing on startup with: if (vscode_jsonrpc_1.ConnectionStrategy.is(arg1)) {

Full trace:

C:\oni\node_modules\vscode-languageserver\lib\main.js:471
    if (vscode_jsonrpc_1.ConnectionStrategy.is(arg1)) {
                                           ^

TypeError: Cannot read property 'is' of undefined
    at Object.createConnection (C:\oni\node_modules\vscode-languageserver\lib\main.js:471:44)
    at Object.<anonymous> (C:\oni\node_modules\omnisharp-client\languageserver\server.js:54:42)
    at Module._compile (module.js:571:32)
    at Object.Module._extensions..js (module.js:580:10)
    at Module.load (module.js:488:32)
    at tryModuleLoad (module.js:447:12)
    at Function.Module._load (module.js:439:3)
    at Module.runMain (module.js:605:10)
    at run (bootstrap_node.js:420:7)
    at startup (bootstrap_node.js:139:9)

Potentially related to package / version changes for vscode_jsonrpc? Need to see why it is failing now.

@bryphe bryphe added this to the 0.2.6 milestone Jul 1, 2017
@bryphe
Copy link
Member Author

bryphe commented Jul 1, 2017

Fixed by #510

@bryphe bryphe closed this as completed Jul 1, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant