little-hesinde/.vscode/launch.json
Sebastian Hugentobler 033a3e2c72
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 3m16s
add direnv
2025-04-29 09:53:49 +02:00

12 lines
276 B
JSON

{
"$schema": "https://raw.githubusercontent.com/mfussenegger/dapconfig-schema/master/dapconfig-schema.json",
"version": "0.2.0",
"configurations": [
{
"type": "lldb",
"request": "launch",
"name": "run"
}
]
}