From 717a38d6b7cd20d2d7b9904dfeea9b29302900aa Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Wed, 26 May 2021 01:46:01 +0530 Subject: :sparkles: Add New Command `gt` - Game of Thrones Random Quotes --- .vscode/launch.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .vscode/launch.json (limited to '.vscode/launch.json') 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": [ + "/**" + ], + "program": "${workspaceFolder}\\src\\main.js" + } + ] +} \ No newline at end of file -- cgit v1.2.3