From de6ed64d22a0ad5fd863460f8a80e19eaddac806 Mon Sep 17 00:00:00 2001 From: lilgreenland Date: Tue, 22 Oct 2019 07:08:09 -0700 Subject: [PATCH] vscode stuff --- .vscode/launch.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..84440b9 --- /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}/js/spawn.js" + } + ] +} \ No newline at end of file