1.0.2 • Published 3 years ago

vscode-json-ls-bin v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

vscode-json-ls-bin

npm

JSON Language Server binary built directly from VSCode.

Inspired by vscode-langservers/vscode-json-languageserver-bin

Prerequisites

To install this Language Server you need npm on your machine

Installing

npm install --global vscode-json-ls-bin

Launching the Server

The common way to launch it is by using stdio transport:

json-ls --stdio

The server can also be launched with one of the following transports:

json-ls --socket={number}
json-ls --node-ipc

Versioning

We use SemVer for versioning.

MINOR is changed when the submodule is updated and PATCH when only the build method is updated.

License

This project is licensed under the MIT License - see the LICENSE file for details This is a derived work please see VSCode's LICENSE.txt for the original copyright and license.