GitXplorerGitXplorer
D

vscode-bsp

public
1 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
d6c3a3cb59688f1486263625132b92c9dad43482

add more originId

DDanboDuan committed 3 years ago
Unverified
f7e2f1ca69999748507369552505b9da28802ec7

fix string

DDanboDuan committed 3 years ago
Unverified
816e19d48825b0e230fd84ef6ce135acce083fbe

update

DDanboDuan committed 3 years ago
Unverified
d4bc4518ed7a53d97badaabe7fb22176b5ba31c1

update reload request and exit notification

DDanboDuan committed 3 years ago
Unverified
3e9116e6ed516382d8289b3631577554779427f6

update reload request

DDanboDuan committed 3 years ago
Unverified
70b1cf97280e3fd0334663bcb7e8ae25377cc50b

export vscode-languageserver-types

DDanboDuan committed 3 years ago

README

The README file for this repository.

Build Server Protocol

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

See here for a detailed documentation on the build server protocol.

Large of the code is just copied from build server protocol and VSCode Language Server - Protocol Module

Dependencies

  • vscode-jsonrpc
  • vscode-languageserver-types

Installing

Using npm:

$ npm install vscode-bsp

Using yarn:

$ yarn add vscode-bsp

License

MIT

Enjoy!