aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorIndrajith K L2021-05-26 01:46:01 +0530
committerIndrajith K L2021-05-26 01:46:01 +0530
commit717a38d6b7cd20d2d7b9904dfeea9b29302900aa (patch)
tree3758e80ce0e43938e85fcbc27976843ed888d6e7 /.vscode
parent187e6bc1f221f5b4a4cb5a2ebe6ddb66780cc2d8 (diff)
downloadradio-bot-717a38d6b7cd20d2d7b9904dfeea9b29302900aa.tar.gz
radio-bot-717a38d6b7cd20d2d7b9904dfeea9b29302900aa.tar.bz2
radio-bot-717a38d6b7cd20d2d7b9904dfeea9b29302900aa.zip
:sparkles: Add New Command `gt` - Game of Thrones Random Quotes
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
new file mode 100644
index 0000000..77165f9
--- /dev/null
+++ b/.vscode/launch.json
@@ -0,0 +1,17 @@
+{
+ // 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": "pwa-node",
+ "request": "launch",
+ "name": "Launch Program",
+ "skipFiles": [
+ "<node_internals>/**"
+ ],
+ "program": "${workspaceFolder}\\src\\main.js"
+ }
+ ]
+} \ No newline at end of file