Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

monaco-languageclient

Package Overview
Dependencies
Maintainers
1
Versions
209
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

monaco-languageclient

Monaco Language client implementation

  • 0.0.1-alpha.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
17K
increased by71.24%
Maintainers
1
Weekly downloads
 
Created
Source

Monaco language client

NPM module to connect Monaco editor with language servers

Getting started

Clone and build the following repositories from the same directory:

  • jsonrpc over web socket:
git clone https://github.com/TypeFox/vscode-ws-jsonrpc
cd vscode-ws-jsonrpc
npm install
  • an abstract (editor agnostic) language client:
git clone https://github.com/TypeFox/vscode-languageserver-node.git
cd vscode-languageserver-node
npm install
  • Monaco language client:
git clone https://github.com/TypeFox/monaco-languageclient.git
cd monaco-languageclient
npm install

Example

Run from monaco-languageclient/example directory:

  • to build and start:
npm install
npm run start

License

MIT

FAQs

Package last updated on 18 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc