zed-industries / extensions

Extensions for the Zed editor
838 stars 355 forks source link

basedpyright #992

Closed m1guer closed 2 months ago

m1guer commented 3 months ago

Check for existing issues

Language

python

Tree Sitter parser link

https://github.com/tree-sitter/tree-sitter-python

Language server link

https://github.com/DetachHead/basedpyright

Misc notes

I tried to do it myself, but apparently it's causing some problems, I don't know if it's related to the platform I'm on (Linux). extension link

m1guer commented 3 months ago

LOGS:

 2024-07-02T18:13:00-03:00 [INFO] Language server with id 1 sent unhandled notification taplo/didChangeSchemaAssociation:
{
  "documentUri": "file:///home/miguer/basedpyright-zed/Cargo.toml",
  "schemaUri": "https://json.schemastore.org/cargo.json",
  "meta": {
    "name": "Cargo Manifest",
    "description": "Manifest for Cargo, the Rust package manager and build tool",
    "source": "catalog",
    "catalog_url": "https://www.schemastore.org/api/json/catalog.json"
  }
}
2024-07-02T18:13:43-03:00 [WARN] no language server found matching 'basedpyright'