summaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json6
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"
]
}