diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 5be637f47..f0d10c7e4 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -69,6 +69,18 @@ "presentation": { "focus": true } - } + }, + { + "label": "Sync tests list", + "type": "shell", + "command": "go generate ./...", + "problemMatcher": [], + "group": { + "kind": "test", + }, + "presentation": { + "focus": true + } + }, ], }