HotReload Cog #49

Merged
cswimr merged 8 commits from hotreload into main 2025-01-25 18:51:28 -05:00
Showing only changes of commit cf7bc48f2f - Show all commits

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"] "args": ["local", "-vvv"]
} }
] ]
} }