fix bin cleaning and run logs

This commit is contained in:
ycc
2024-10-15 17:37:37 +02:00
parent f674e6856f
commit 756ba40fbb
3 changed files with 47 additions and 16 deletions

2
.vscode/launch.json vendored
View File

@@ -10,7 +10,7 @@
"request": "launch",
"mode": "auto",
"program": "main.go",
"args": ["localbuild"]
"args": ["localbuild", "-p"]
},
{
"name": "localrun",