diff options
Diffstat (limited to '.vscode/launch.json')
-rw-r--r-- | .vscode/launch.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index 570e485a..557fb6d7 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -19,6 +19,7 @@ "request": "launch", "skipFiles": ["<node_internals>/**"], "runtimeArgs": ["--nolazy", "-r", "ts-node/register/transpile-only"], + "preLaunchTask": "tsc: build - tsconfig.json", "type": "node", "resolveSourceMapLocations": ["${workspaceFolder}/**", "!**/node_modules/**"] } |