Compare commits

..

2 Commits

Author SHA1 Message Date
Konstantin
e4cf7d6960 config reporter for external apps 2025-02-07 16:00:19 +01:00
Konstantin
24c899a22b config reporter 2025-02-07 15:15:25 +01:00

15
.vscode/launch.json vendored Normal file
View File

@ -0,0 +1,15 @@
{
// 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": "${fileDirname}"
}
]
}