microsoft / VSSDK-Extensibility-Samples

Samples for building your own Visual Studio extensions
http://aka.ms/extendvs
MIT License
1.21k stars 451 forks source link

[LanguageServerProtocol] Add sample for javascript LSP server #279

Open soroshsabz opened 1 year ago

soroshsabz commented 1 year ago

ITNOA

Installed products

Description

Please add example of using LSP Server from javascript (typescript) server for example https://github.com/ansible/ansible-language-server

as I can says in https://stackoverflow.com/q/75469697/1539100 I do not know how to using external LSP Server in Visual Studio extension

thanks

soroshsabz commented 1 year ago

related to https://github.com/VsixCommunity/Community.VisualStudio.Toolkit/discussions/424

soroshsabz commented 1 year ago

@madskristensen Did you have any idea, or suggestion about this?