mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-07 17:26:56 +00:00
7eab57a264
Release Notes: - N/A
12 lines
215 B
JSON
12 lines
215 B
JSON
[
|
|
{
|
|
"label": "clippy",
|
|
"command": "./script/clippy",
|
|
"args": []
|
|
},
|
|
{
|
|
"label": "cargo run --profile release-fast",
|
|
"command": "cargo",
|
|
"args": ["run", "--profile", "release-fast"]
|
|
}
|
|
]
|