added zed action
This commit is contained in:
parent
9ca9948e1b
commit
7feee7f8a3
1 changed files with 11 additions and 0 deletions
11
.zed/tasks.json
Normal file
11
.zed/tasks.json
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"label": "Run",
|
||||||
|
"command": "go generate && go run . --dev",
|
||||||
|
"use_new_terminal": false,
|
||||||
|
"allow_concurrent_runs": false,
|
||||||
|
"reveal": "never",
|
||||||
|
"shell": "system",
|
||||||
|
"save": "all",
|
||||||
|
},
|
||||||
|
]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue