diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 6ed2c5b..ad0bca5 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -16,12 +16,18 @@ "build", "-o", "build/", - "./cmd/joyful", + "./..." ], "group": { "kind": "build", - "isDefault": true, + "isDefault": true }, - }, + "options": { + "env": { + "CGO_ENABLED": "0" + } + }, + "problemMatcher": [] + } ], } \ No newline at end of file