You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to develop and run the master branch: https://gitpod.io#https://github.com/TypeFox/monaco-languageclient.
29
+
Gitpod will create a dev workspace for you with a properly configured env and checked out code, run the build and start a Node.js example.
30
+
31
+
[Gitpod](https://www.gitpod.io) is a one-click online IDE for GitHub. It is based on [Theia IDE framework](http://www.theia-ide.org) and make use of Monaco and the language server protocol by means of monaco-languageclient.
32
+
23
33
## Examples
24
34
25
35
There are two different examples that demonstrate how the `monaco-languageclient` can be used. The Node.js example uses Express and WebSockets to enable communication between the language server process and the web application. The browser example shows how a language service written in JavaScript can be used in a Monaco Editor contained in a simple HTML page.
0 commit comments