mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 22:12:04 +03:00
55dda0e6af
* Linux Clippy lints fixed * Zed local tasks are now simpler to rerun * Zed's `release-fast` build profile keeps the debug info so it's possible to properly debug things without altering the sources Release Notes: - N/A
17 lines
347 B
JSON
17 lines
347 B
JSON
[
|
|
{
|
|
"label": "clippy",
|
|
"command": "./script/clippy",
|
|
"args": [],
|
|
"allow_concurrent_runs": true,
|
|
"use_new_terminal": false
|
|
},
|
|
{
|
|
"label": "cargo run --profile release-fast",
|
|
"command": "cargo",
|
|
"args": ["run", "--profile", "release-fast"],
|
|
"allow_concurrent_runs": true,
|
|
"use_new_terminal": false
|
|
}
|
|
]
|