Files
oak-gpui/crates/languages/src
Cole Miller cfd5b8ff10 python: Uplift basedpyright support into core (#35250)
This PR adds a built-in adapter for the basedpyright language server.

For now, it's behind the `basedpyright` feature flag, and needs to be
requested explicitly like this for staff:

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

(After uninstalling the basedpyright extension.)

Release Notes:

- N/A
2025-07-29 03:19:31 +00:00
..
2025-06-06 08:31:59 -04:00
2025-03-24 09:46:23 -04:00
2025-04-18 12:44:13 -04:00
2025-07-03 23:57:57 +00:00
2025-05-20 23:06:07 +00:00