We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 270394a commit cf8914fCopy full SHA for cf8914f
README.md
@@ -60,7 +60,10 @@ async with LSPProcess(process_info) as process:
60
61
The following LSPs are available out of the box:
62
63
-### Pyright
+- [Pyright](https://github.com/microsoft/pyright)
64
+- [Pyrefly](https://github.com/facebook/pyrefly)
65
+
66
+### Pyright Example
67
68
```python
69
async def test_pyright_session():
@@ -111,5 +114,4 @@ NOTE: Do not import types that begin with `__`. These types are internal types a
111
114
112
115
### TODOs
113
116
-- Automate package releases on Github.
117
- Support server request handlers.
0 commit comments