chore(vscode): set -vvv in the launch and debug options
Some checks failed
Actions / Build Documentation (MkDocs) (push) Has been skipped
Actions / Build Documentation (MkDocs) (pull_request) Has been skipped
Actions / Lint Code (Ruff & Pylint) (push) Failing after 45s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 46s

This commit is contained in:
cswimr 2025-01-24 23:31:53 +00:00
parent fb9a208dd4
commit 062b788ef0
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

2
.vscode/launch.json vendored
View file

@ -9,7 +9,7 @@
"type": "debugpy",
"request": "launch",
"module": "redbot",
"args": ["local"]
"args": ["local", "-vvv"]
}
]
}