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

Allow exchanging the underlaying Language Server #25

Closed vknabel closed 5 years ago

vknabel commented 6 years ago

It shall be possible to let users select the language server of their choice as all LSP implementations have their benefits and we explicitly do not want to compete.

Especially RLovelett/langserver-swift should be supported additionally to our internal TS/Sourcekite implementation.

vknabel commented 5 years ago

As Apple announced an official language server implementation, we prefer this issue over https://github.com/vknabel/vscode-swift-development-environment/issues/21

vknabel commented 5 years ago

Has been shipped with 2.6.0. Currently only RLovelett/langserver-swift is supported, but once the official language server will be released, it should work out of the box.