allow syncing tests from vscode

This commit is contained in:
Jesse Duffield 2023-02-19 13:38:07 +11:00
parent 9da9143aed
commit 0ac869a415

14
.vscode/tasks.json vendored
View file

@ -69,6 +69,18 @@
"presentation": {
"focus": true
}
}
},
{
"label": "Sync tests list",
"type": "shell",
"command": "go generate ./...",
"problemMatcher": [],
"group": {
"kind": "test",
},
"presentation": {
"focus": true
}
},
],
}