Use verbose logging when launching from vscode

This commit is contained in:
Nonoo 2020-10-26 10:33:10 +01:00
parent 2ae7f3d045
commit 94a84ace86

2
.vscode/launch.json vendored
View file

@ -10,7 +10,7 @@
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}",
"args": []
"args": ["-v"]
}
]
}