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

Changelog

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

  * Team upload
  * Add patch to fix failing inequality check (Closes: #1055664)
  * Apply multiarch hints

 -- Ananthu C V <email address hidden>  Fri, 17 Nov 2023 22:35:28 +0530

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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-vscode-lsp_1.0.0~git20230424.1320922-3.dsc 2.7 KiB b8f10e4d1753aa4cf2bc71376f25bd1f590090f192c645d5a297be1e17369c70
node-vscode-lsp_1.0.0~git20230424.1320922.orig.tar.xz 320.2 KiB c886fec0b77832a63f58edba366b0532332c97c692a9b3e5317cd7e3d4250f65
node-vscode-lsp_1.0.0~git20230424.1320922-3.debian.tar.xz 3.8 KiB 8b2e7e4a189a9cc5f55bb5131a721a812df8cd9ccc259a285c87b80cf320b4b9

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.