zed/.zed/tasks.json
Conrad Irwin 6cea9813ad
Stop using xtask for clippy (#13223)
This fixes an extra 10 second delay when needing to recompile xtask, and
allows passing arbitrary clippy args (like --allow-dirty)

Release Notes:

- N/A
2024-06-18 13:49:44 -06:00

8 lines
84 B
JSON

[
{
"label": "clippy",
"command": "./script/clippy",
"args": []
}
]