feat(vscode): add --dev argument to redbot args
Some checks failed
Actions / Build Documentation (MkDocs) (push) Successful in 40s
Actions / Lint Code (Ruff & Pylint) (push) Failing after 43s

This commit is contained in:
cswimr 2025-01-25 16:50:51 -05:00
parent 9b60a8f01e
commit f831bfcdd5
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", "-vvv"]
"args": ["local", "--dev", "-vvv"]
}
]
}