From fd05019f94fb009474dbd939f9246eca51d75dc1 Mon Sep 17 00:00:00 2001 From: Anna Rose Wiggins Date: Fri, 18 Jul 2025 00:50:26 -0400 Subject: [PATCH] Statically link and build everything in VS Code. --- .vscode/tasks.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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