JSPM

vscode-languageclient

1.4.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 869142
  • Score
    100M100P100Q193760F
  • 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 Server - Client Module

NPM Version NPM Downloads Build Status

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.