Skip to content

Commit

Permalink
Update tasks.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpulvis committed Sep 21, 2024
1 parent 23742a6 commit 4a9dd72
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .zed/tasks.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
[
{
"label": "starmap",
"command": "cargo run --release -p starmap"
"label": "galos_map",
"command": "cargo run --release -p galos_map"
},
{
"label": "starmap (tracy)",
"command": "cargo run --release -p starmap --features starmap/tracy"
"label": "galos_map (tracy)",
"command": "cargo run --release -p galos_map --features galos_map/tracy"
},
{
"label": "starmap (inspector)",
"command": "cargo run --release -p starmap --features starmap/inspector"
// "use_new_terminal": false,
// "reveal": "always",
"label": "galos_map (inspector)",
"command": "cargo run --release -p galos_map --features galos_map/inspector"
},
{
"label": "doc",
Expand Down

0 comments on commit 4a9dd72

Please sign in to comment.