roleplay-microcontrolllers/.zed/tasks.json

16 lines
364 B
JSON
Raw Normal View History

2025-06-26 16:05:13 +02:00
// 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"
}
]