This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

vscode-json-ls-bin

1.0.2 • Public • Published

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.

/vscode-json-ls-bin/

    Package Sidebar

    Install

    npm i vscode-json-ls-bin

    Weekly Downloads

    1

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    261 kB

    Total Files

    7

    Last publish

    Collaborators

    • sebastienwae