m1guer / basedpyright-zed

16 stars 2 forks source link

Basedpyright Extension for Zed

Pre-requisites

Installation

Search basedpyright in the zed extensions. Click to install.

Enable

Disable pyright and enable basedpyright in your settings.

{
  "languages": {
    "Python": {
      "language_servers": ["basedpyright", "!pyright"]
  }
}