chore(tooling): remove comments
This commit is contained in:
parent
527c372fb0
commit
72dcc96fea
1 changed files with 10 additions and 13 deletions
23
.vscode/launch.json
vendored
23
.vscode/launch.json
vendored
|
@ -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"]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue