Package Exports
- vscode-languageserver
- vscode-languageserver/lib/files
- vscode-languageserver/lib/main
- vscode-languageserver/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-languageserver) 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 for Node
This npm module provides the implementation of the VSCode language server protocol for node.js. This allows writing language service extensions in node which are executed in a different process.