diff options
Diffstat (limited to '.vscode/launch.json')
| -rw-r--r-- | .vscode/launch.json | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 4058c57..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - // 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": [ - - { - "type": "node", - "request": "launch", - "name": "Launch Bot", - "program": "${workspaceFolder}/bot_discord.js", - "console": "integratedTerminal", - "args": [ - "--beta" - ] - }, - { - "type": "node", - "request": "launch", - "name": "Launch Bot with debug mode", - "program": "${workspaceFolder}/bot_discord.js", - "console": "integratedTerminal", - "args": [ - "--beta", - "--debug" - ] - } - ] -}
\ No newline at end of file |
