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 Worker for Node
This npm module provides the implementation of the VSCode language worker protocol for node.js. This allows writing language service extensions in node which are executed in a different process.