diff --git a/docs/index.md b/docs/index.md index dc8906b9e..51c035c14 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,9 +8,7 @@ there are two main reasons for this fork: -1. pyright is lacking several features that are made exclusive to pylance, microsoft's closed-source vscode extension +1. pyright lacks many features which are made exclusive to pylance, microsoft's closed-source vscode extension 2. the maintainer of pyright [closes valid issues for no reason and lashes out at users](https://github.com/microsoft/pyright/issues/8065#issuecomment-2146352290) -i wanted a python type checker and language server that \*actually works. not just for my own sake, but for the benefit of the community. this section contains a mostly comprehensive list of the the new features and improvements we've built on top of pyright. - see the [Benefits over Pyright](./benefits-over-pyright/new-diagnostic-rules.md) section for a comprehensive list of new features and improvements we've made to pyright.