zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
50.6k stars 3.14k forks source link

Language server error: python-refactoring #20978

Closed iaxat closed 1 minute ago

iaxat commented 4 days ago

Check for existing issues

Describe the bug / provide steps to reproduce it

Language server error: python-refactoring

cst_lsp must be installed and available in $PATH. -- stderr--

Environment

ProductName: macOS ProductVersion: 15.1.1 Ram - 16 M2pro Zed 0.162.3

If applicable, add mockups / screenshots to help explain present your vision of the feature

No response

If applicable, attach your Zed.log file to this issue.

Zed.log ``` ```
KhazAkar commented 4 days ago
  1. It's because plugin doesn't provide this language server
  2. You can install it yourself, using uv tool install cst_lsp afaik
notpeter commented 1 minute ago

This is an issue with a 3rd party extension. https://github.com/rowillia/zed-python-refactoring It includes instructions in their README Please open support requests as issue on that repo, not here.