ZIm/extensions/ruff
ClanEver fc43b21e78
ruff: Fix wrong Ruff path on Windows (#17883)
Log:

2024-09-16T22:32:04.7715712+08:00 [ERROR] failed to start language
server "ruff": failed to spawn command. path:
"...\\AppData\\Local\\Zed\\extensions\\work\\ruff\\ruff-0.6.5\\ruff-x86_64-pc-windows-msvc\\ruff"

The right path:
`...\\AppData\\Local\\Zed\\extensions\\work\\ruff\\ruff-0.6.5\\ruff.exe`

Release Notes:

- N/A
2024-09-17 14:10:37 -04:00
..
src ruff: Fix wrong Ruff path on Windows (#17883) 2024-09-17 14:10:37 -04:00
Cargo.toml extensions: Upgrade zed_extension_api to v0.1.0 (#16955) 2024-08-27 12:00:43 -04:00
extension.toml Ruff: Do not pass --preview flag, respect binary settings (#15001) 2024-07-23 09:57:42 +02:00
LICENSE-APACHE extensions: Add Ruff extension (#14198) 2024-07-20 15:18:02 +02:00
README.md Add link to docs for configuring ruff 2024-08-02 11:06:01 -04:00

ruff

Documentation for configuring Zed to use the Ruff extension can be found here.