chore(vscode): set -vvv
in the launch and debug options
Some checks failed
Some checks failed
This commit is contained in:
parent
fb9a208dd4
commit
062b788ef0
1 changed files with 1 additions and 1 deletions
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
|
@ -9,7 +9,7 @@
|
||||||
"type": "debugpy",
|
"type": "debugpy",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"module": "redbot",
|
"module": "redbot",
|
||||||
"args": ["local"]
|
"args": ["local", "-vvv"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue