node-vscode-lsp 1.0.0~git20230424.1320922-2 source package in Ubuntu

Changelog

node-vscode-lsp (1.0.0~git20230424.1320922-2) unstable; urgency=medium

  * Source-only upload

 -- Yadd <email address hidden>  Fri, 12 May 2023 20:56:45 +0400

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-vscode-lsp_1.0.0~git20230424.1320922-2.dsc 2.7 KiB 6d918f3e98f3424c3bdfaed6493b4f0b5766a3a75157cc0cfc8dc334e9877a3a
node-vscode-lsp_1.0.0~git20230424.1320922.orig.tar.xz 320.2 KiB c886fec0b77832a63f58edba366b0532332c97c692a9b3e5317cd7e3d4250f65
node-vscode-lsp_1.0.0~git20230424.1320922-2.debian.tar.xz 3.4 KiB b095bb72f2fbebc404fd59ea0f24a03b3df2c9238d91fa0350685b33af8db89e

No changes file available.

Binary packages built by this source

node-vscode-jsonrpc: Node.js module that implement the VSCode client-server protocol

 This npm module implements the base messaging protocol spoken between a
 VSCode language server and a VSCode language client.
 .
 The npm module can also be used standalone to establish a JSON-RPC channel
 between a client and a server.

node-vscode-languageserver: Node.js module to implement a VSCode language server

 This module implements a VSCode language server using Node.js as a runtime.
 See https://code.visualstudio.com/docs/extensions/example-language-server
 for more.

node-vscode-languageserver-protocol: VSCode language server protocol definition in TypeScript

 This npm module is a tool independent implementation of the VSCode language
 server protocol and can be used in any type of node application.

node-vscode-languageserver-textdocument: Node.js module to implement text documents usable in a LSP server

 Node.js module containing a simple text document implementation for Node.js
 language server.
 See https://code.visualstudio.com/docs/extensions/example-language-server
 for more.

node-vscode-languageserver-tools: Node.js module containing a simple text document implementation for Node.js

 node-vscode-languageserver-tools contains some tools used to build VSCode
 client-server implementations.

node-vscode-languageserver-types: Node.js data types used by the VSCode client-server language

 Npm module containing the types used by the VSCode language client and
 Node.js language server.