mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-24 06:19:37 +00:00
55dda0e6af
Some checks are pending
CI / Check formatting and spelling (push) Waiting to run
CI / (macOS) Run Clippy and tests (push) Waiting to run
CI / (Linux) Run Clippy and tests (push) Waiting to run
CI / (Windows) Run Clippy and tests (push) Waiting to run
CI / Create a macOS bundle (push) Blocked by required conditions
CI / Create a Linux bundle (push) Blocked by required conditions
CI / Create arm64 Linux bundle (push) Blocked by required conditions
Deploy Docs / Deploy Docs (push) Waiting to run
Docs / Check formatting (push) Waiting to run
* 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
16 lines
347 B
JSON
16 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
|
|
}
|
|
]
|