From 831ba249e3f655214bb821491eb01bef626a8685 Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Wed, 11 Apr 2018 16:08:13 +0200 Subject: [PATCH] Improve note --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8279e5f5..a31dd651 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,9 @@ 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?** -Yes, if the extension is fully based on the [LSP](https://microsoft.github.io/language-server-protocol/), otherwise no. +No. + +> Note: If the extension is fully based on the [LSP](https://microsoft.github.io/language-server-protocol/) and if the language server is authored in JavaScript, then it would be possible. ❓ **Why all these web workers and why should I care?**