Merge pull request #804 from ShalokShalom/patch-1

add LSP support
This commit is contained in:
Alexandru Dima 2018-04-11 16:06:27 +02:00 committed by GitHub
commit 32921a26c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ None. The Monaco Editor is a library and it reflects directly the source code.
❓ **I've written an extension for VS Code, will it work on the Monaco Editor in a browser?**
No.
Yes, if the extension is fully based on the [LSP](https://microsoft.github.io/language-server-protocol/), otherwise no.
❓ **Why all these web workers and why should I care?**