vknabel / vscode-swift-development-environment

New home of Swift Development Environment for VS Code
https://marketplace.visualstudio.com/items?itemName=vknabel.vscode-swift-development-environment
Apache License 2.0
175 stars 14 forks source link

Can't run the extension: "Starting client failed" #31

Closed VojtaStavik closed 6 years ago

VojtaStavik commented 6 years ago

What I did:

However, when I open a swift file, the autocompletion doesn't work and I see this in the output pane:

Starting client failed
9

I'm not sure how to debug what's wrong. Any ideas please?

akdor1154 commented 6 years ago

Seeing this too. Ubuntu 18.04.

akdor1154 commented 6 years ago

Extension author needs to change engines to vscode 1.26+, and update vscode-languageserver and vscode-languageclient to 5.x.

vknabel commented 6 years ago

Sorry for the late response. I currently have quite a lot to do.

@akdor1154 thank you very much! I updated the dependencies and released an update.

@VojtaStavik @akdor1154 can you confirm your issue has been fixed?

VojtaStavik commented 6 years ago

@vknabel Thank you very much for a for the quick fix! Everything seems to be OK 👍