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