Statically link and build everything in VS Code.

This commit is contained in:
Anna Rose Wiggins 2025-07-18 00:50:26 -04:00
parent 2a86751df9
commit fd05019f94

10
.vscode/tasks.json vendored
View file

@ -16,12 +16,18 @@
"build", "build",
"-o", "-o",
"build/", "build/",
"./cmd/joyful", "./..."
], ],
"group": { "group": {
"kind": "build", "kind": "build",
"isDefault": true, "isDefault": true
}, },
"options": {
"env": {
"CGO_ENABLED": "0"
}
}, },
"problemMatcher": []
}
], ],
} }