Compare commits

..

3 commits

Author SHA1 Message Date
f71a85092b misc(aurora): transition to rc naming for indev versions
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 47s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 46s
2025-01-25 16:50:57 -05:00
ba7a427dad feat(aurora): v3 2025-01-25 16:50:57 -05:00
f831bfcdd5
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
2025-01-25 16:50:51 -05:00

2
.vscode/launch.json vendored
View file

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