SeaCogs/.vscode/launch.json
cswimr fb9a208dd4
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) (pull_request) Failing after 48s
Actions / Lint Code (Ruff & Pylint) (push) Failing after 49s
chore(repo): add vscode run and debug configuration
2025-01-24 17:20:47 -06:00

15 lines
443 B
JSON

{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Red-DiscordBot",
"type": "debugpy",
"request": "launch",
"module": "redbot",
"args": ["local"]
}
]
}