chore(tooling): remove comments

This commit is contained in:
cswimr 2025-02-07 16:07:44 -06:00
parent 527c372fb0
commit 72dcc96fea
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

23
.vscode/launch.json vendored
View file

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