Package Exports
- vscode-languageserver-protocol
- vscode-languageserver-protocol/lib/main
- vscode-languageserver-protocol/lib/protocol.callHierarchy.proposed
- vscode-languageserver-protocol/lib/protocol.selectionRange.proposed
- vscode-languageserver-protocol/lib/utils/is
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-protocol) 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 - Protocol Module
This npm module is a tool independent implementation of the language server protocol and can be used in any type of node application.
See here for a detailed documentation on the language server protocol.
History
For the history please see the main repository