roleplay-microcontrolllers/.zed/tasks.json
2025-06-28 12:19:51 +02:00

15 lines
364 B
JSON

// Project tasks configuration. See https://zed.dev/docs/tasks for documentation.
//
// Example:
[
{
"label": "cargo run --release [roleplay-microcontroller]",
"command": "cargo",
"args": ["run", "--release"],
"use_new_terminal": false,
"allow_concurrent_runs": false,
"reveal": "always",
"hide": "never",
"shell": "system"
}
]