chore(vscode): add -vvv argument to launch & debug
Some checks failed
Actions / Build Documentation (MkDocs) (push) Successful in 37s
Actions / Lint Code (Ruff & Pylint) (push) Failing after 41s

This commit is contained in:
cswimr 2025-01-25 15:47:05 -05:00
parent 7369f5810a
commit 9b60a8f01e
Signed by: CoastalCommits
GPG key ID: 7E73189F651A553F

2
.vscode/launch.json vendored
View file

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