diff --git a/.vscode/launch.json b/.vscode/launch.json index 9a7e46e..2a3559f 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,15 +1,12 @@ { - // 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": "Python: Red-DiscordBot", - "type": "debugpy", - "request": "launch", - "module": "redbot", - "args": ["local", "--dev", "-vvv", "--load-cogs=hotreload"] - } - ] + "version": "0.2.0", + "configurations": [ + { + "name": "Python: Red-DiscordBot", + "type": "debugpy", + "request": "launch", + "module": "redbot", + "args": ["local", "--dev", "-vvv", "--load-cogs=hotreload"] + } + ] }