matarillo / vscode-languageserver-csharp-example

Sample language server implemented in C#
MIT License
13 stars 4 forks source link

Support non-Windows platforms #1

Closed matarillo closed 6 years ago

matarillo commented 7 years ago

As @MikhailArkhipov reports in https://github.com/matarillo/LanguageServerProtocol/issues/1#issuecomment-314629588

BTW, language server example is Windows-only.

matarillo commented 7 years ago

Consider using a platform detector and a launcher such as https://github.com/OmniSharp/omnisharp-vscode/blob/master/src/platform.ts https://github.com/OmniSharp/omnisharp-vscode/blob/master/src/omnisharp/launcher.ts

matarillo commented 6 years ago

ref. matarillo/LanguageServerProtocol#3