zed/.zed/tasks.json
2024-08-16 17:33:04 +03:00

13 lines
215 B
JSON

[
{
"label": "clippy",
"command": "./script/clippy",
"args": []
},
{
"label": "cargo run --profile release-fast",
"command": "cargo",
"args": ["run", "--profile", "release-fast"]
}
]