diff options
| author | Alee <alee14498@gmail.com> | 2018-07-04 16:48:56 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-07-04 16:48:56 -0400 |
| commit | 300080d295f75bd01e365cde25f5d5ca7cbd848a (patch) | |
| tree | b6af53e56eb4a2b8ac9d19a7fae7670491ffcaa3 /.vscode/launch.json | |
| parent | 98e6fa6be72bb95d7ed069cd082cdba862e215bb (diff) | |
| download | AleeBot-2.11.0.tar.gz AleeBot-2.11.0.tar.bz2 AleeBot-2.11.0.zip | |
Release 2.11.0v2.11.0
Diffstat (limited to '.vscode/launch.json')
| -rw-r--r-- | .vscode/launch.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index b82378f..4058c57 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,13 +4,16 @@ // 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", @@ -19,6 +22,7 @@ "program": "${workspaceFolder}/bot_discord.js", "console": "integratedTerminal", "args": [ + "--beta", "--debug" ] } |
