Package Exports
- vscode-languageclient
- vscode-languageclient/lib/main
- vscode-languageclient/lib/protocol
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vscode-languageclient) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
VSCode Language Server - Client Module
This npm module allows VSCode extensions to talk to langauge servers implemented in any kind of language as long as the 'speak' the VSCode language server protocol.
Click here for a detaild document on how to uses this npm module to implement language servers for VSCode.