diff --git a/.vscode/tasks.json b/.vscode/tasks.json new file mode 100644 index 000000000..ebae6e34a --- /dev/null +++ b/.vscode/tasks.json @@ -0,0 +1,14 @@ +{ + "version": "2.0.0", + "tasks": [ + { + "type": "npm", + "script": "check-all", + "problemMatcher": [ + "$go" + ], + "label": "npm: check-all", + "detail": "yarn lint && yarn type-check && yarn test --watchAll=false" + } + ] +} \ No newline at end of file