Update vscode debug config for new mode

pull/10142/head
Matthias 2 years ago
parent e17258940a
commit 19284e1e91

@ -83,7 +83,7 @@ Details will obviously vary between setups - but this should work to get you sta
``` json
{
"name": "freqtrade trade",
"type": "python",
"type": "debugpy",
"request": "launch",
"module": "freqtrade",
"console": "integratedTerminal",

Loading…
Cancel
Save