mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-06 23:46:13 +02:00
allow syncing tests from vscode
This commit is contained in:
parent
9da9143aed
commit
0ac869a415
14
.vscode/tasks.json
vendored
14
.vscode/tasks.json
vendored
@ -69,6 +69,18 @@
|
|||||||
"presentation": {
|
"presentation": {
|
||||||
"focus": true
|
"focus": true
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
"label": "Sync tests list",
|
||||||
|
"type": "shell",
|
||||||
|
"command": "go generate ./...",
|
||||||
|
"problemMatcher": [],
|
||||||
|
"group": {
|
||||||
|
"kind": "test",
|
||||||
|
},
|
||||||
|
"presentation": {
|
||||||
|
"focus": true
|
||||||
|
}
|
||||||
|
},
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user