Skip to content

Commit 7bd439b

Browse files
committed
Update readme
1 parent 41d66af commit 7bd439b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ jedi-language-server aims to support Jedi's capabilities and expose them through
4242

4343
### Text Synchronization (for diagnostics)
4444

45-
**Note:** diagnostics are disabled by default because Jedi's syntax checking is not supported for new syntax in Python 3.10+. For a detailed discussion on this topic, please refer to [this issue](https://github.com/pappasam/jedi-language-server/issues/187).
46-
4745
- [textDocument/didChange](https://microsoft.github.io/language-server-protocol/specification#textDocument_didChange)
4846
- [textDocument/didOpen](https://microsoft.github.io/language-server-protocol/specification#textDocument_didOpen)
4947
- [textDocument/didSave](https://microsoft.github.io/language-server-protocol/specification#textDocument_didSave)
@@ -207,7 +205,7 @@ See coc-jedi's [configuration instructions](https://github.com/pappasam/coc-jedi
207205

208206
## Diagnostics
209207

210-
Jedi-powered diagnostics are disabled by default because Jedi's syntax checking is not supported for new syntax in Python 3.10+. For a detailed discussion on this topic, please refer to [this issue](https://github.com/pappasam/jedi-language-server/issues/187).
208+
Diagnostics are provided by Python's built-in `compile` function.
211209

212210
If you would like diagnostics (from [pylint](https://github.com/PyCQA/pylint), [mypy](https://github.com/python/mypy), etc.), we recommend using the powerful [diagnostic-language-server](https://github.com/iamcco/diagnostic-languageserver).
213211

0 commit comments

Comments
 (0)