From ee9e040e8eb220db31d750c0d4fb21f9a0a4af09 Mon Sep 17 00:00:00 2001 From: shanelanan <44124270+shanelanan@users.noreply.github.com> Date: Fri, 10 Jul 2020 16:52:05 -0400 Subject: [PATCH] Feature minor updates (#296) Co-authored-by: Shane Lanan --- .vscode/launch.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index a7f9d54..bdcece1 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,6 +4,13 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ + { + "name": "Launch Program", + "type": "node", + "program": "${workspaceFolder}/dist/server.js", + "request": "launch", + "preLaunchTask": "npm: build" + }, { "type": "node", "request": "attach",