-
Notifications
You must be signed in to change notification settings - Fork 148
Home
Michał Krassowski edited this page May 9, 2020
·
3 revisions
Some useful resources/related work:
- https://microsoft.github.io/language-server-protocol/specification
- https://github.com/wylieconlon/lsp-editor-adapter/blob/master/src/
- https://codemirror.net/demo/lint.html
- https://github.com/TypeFox/vscode-ws-jsonrpc/network/dependents
- https://github.com/microsoft/python-language-server
What we can learn from other extensions:
- Checklist for react components
- should we disable lockfiles?