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

12
.vscode/tasks.json vendored
View file

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