Files
unitdore/.vscode/launch.json
Hein 125b73289a
Some checks failed
Release / test (push) Successful in -30m15s
Release / release (push) Failing after -29m26s
chore(ci): add GitHub Actions workflow for release process
* Implement test and release jobs for versioned tags
* Build binaries for multiple OS/architecture targets
* Create release and upload assets to GitHub
* Add release-version target in Makefile for version bumping
2026-04-08 11:29:50 +02:00

16 lines
448 B
JSON

{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Launch Package",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}"
}
]
}