chore(vscode): add -vvv argument to launch & debug

This commit is contained in:
cswimr 2025-01-25 15:47:05 -05:00
parent 549519782a
commit cf7bc48f2f
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"]
}
]
}