소스 검색

Merge pull request #804 from ShalokShalom/patch-1

add LSP support
Alexandru Dima 7 년 전
부모
커밋
32921a26c6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
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?**