dots-of-war/eggs/zed/.config/zed/tasks.json
elkowar e797b89ed9
Add foot and nvim
Setup zsh and starship

update yolk

test with new yolk

test2

After renaming local to eggs

Remove zed stuff

äf

äf
2024-11-23 21:36:01 +01:00

19 lines
417 B
JSON

// Static tasks configuration.
[
{
"label": "Cargo test",
"command": "cargo nextest run",
"env": {},
//"cwd": "/path/to/working/directory",
"use_new_terminal": false,
"allow_concurrent_runs": false
},
{
"label": "Cargo run",
"command": "cargo run",
"env": {},
//"cwd": "/path/to/working/directory",
"use_new_terminal": false,
"allow_concurrent_runs": false
}
]