aboutsummaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-04-13 21:41:30 -0400
committerAlee <alee14498@gmail.com>2018-04-13 21:41:30 -0400
commit501d5986f7fed5bc7572cbac170e6e9e8720acc8 (patch)
tree350ca97947c43b6bdd24cced44911ce6567a006f /.vscode/launch.json
parenta2cbd2b836002276cbf71b0ef1207b8054a01dce (diff)
downloadAleeBot-501d5986f7fed5bc7572cbac170e6e9e8720acc8.tar.gz
AleeBot-501d5986f7fed5bc7572cbac170e6e9e8720acc8.tar.bz2
AleeBot-501d5986f7fed5bc7572cbac170e6e9e8720acc8.zip
changes
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
new file mode 100644
index 0000000..c2b08f1
--- /dev/null
+++ b/.vscode/launch.json
@@ -0,0 +1,14 @@
+{
+ // 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 Program",
+ "program": "${workspaceFolder}/bot_discord.js"
+ }
+ ]
+} \ No newline at end of file