basedpyright
installed into your python environmentSearch basedpyright
in the zed extensions. Click to install.
Disable pyright
and enable basedpyright
in your settings.
{
"languages": {
"Python": {
"language_servers": ["basedpyright", "!pyright"]
}
}