JSPM

vscode-languageclient

0.10.0-pre.18
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 868804
  • Score
    100M100P100Q185135F
  • License MIT

VSCode Language client implementation

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.