add direnv
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 3m16s

This commit is contained in:
Sebastian Hugentobler 2025-04-29 09:53:49 +02:00
parent 19af0b8d3e
commit 033a3e2c72
Signed by: shu
SSH key fingerprint: SHA256:ppcx6MlixdNZd5EUM1nkHOKoyQYoJwzuQKXM6J/t66M
4 changed files with 30 additions and 0 deletions

11
.vscode/launch.json vendored Normal file
View file

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