From 8715142a0dc8f459287e0f4a43e6831843fa6639 Mon Sep 17 00:00:00 2001 From: MatthiasSchuster Date: Fri, 6 Apr 2018 09:11:53 +0200 Subject: [PATCH] Update README.md Lsp is supported --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aea6880b..8279e5f5 100644 --- a/README.md +++ b/README.md @@ -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?**