From e77db93e587fe617c1d3f7ae4baccc8b2e8f0c83 Mon Sep 17 00:00:00 2001 From: MillenniumEarl Date: Tue, 16 Feb 2021 10:41:41 +0100 Subject: [PATCH] Add new configuration --- .vscode/launch.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index a299ef5..62e8985 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -2,10 +2,17 @@ "configurations": [ { "type": "node-terminal", - "name": "Run Script: test", + "name": "Test", "request": "launch", "command": "npm run test", "cwd": "${workspaceFolder}" + }, + { + "type": "node-terminal", + "name": "Compile", + "request": "launch", + "command": "npm run compile", + "cwd": "${workspaceFolder}" } ] } \ No newline at end of file