瀏覽代碼

Improve note

Alex Dima 7 年之前
父節點
當前提交
831ba249e3
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      README.md

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