mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
allow syncing tests from vscode
This commit is contained in:
parent
9da9143aed
commit
0ac869a415
1 changed files with 13 additions and 1 deletions
14
.vscode/tasks.json
vendored
14
.vscode/tasks.json
vendored
|
@ -69,6 +69,18 @@
|
|||
"presentation": {
|
||||
"focus": true
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "Sync tests list",
|
||||
"type": "shell",
|
||||
"command": "go generate ./...",
|
||||
"problemMatcher": [],
|
||||
"group": {
|
||||
"kind": "test",
|
||||
},
|
||||
"presentation": {
|
||||
"focus": true
|
||||
}
|
||||
},
|
||||
],
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue