Update README.md

Lsp is supported
pull/804/head
MatthiasSchuster 2018-04-06 09:11:53 +02:00 committed by GitHub
parent 6fa2a2ec0e
commit 8715142a0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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?** ❓ **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?** ❓ **Why all these web workers and why should I care?**