diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-02-23 22:10:01 +0100 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-02-23 22:10:01 +0100 |
commit | 72204ed419e0160283f9eefdd50b9702f6ac75ef (patch) | |
tree | e7bf5961ada7e18c4601c4e0c2665b7c7b9d1461 /.vscode/launch.json | |
parent | :bug: [Member] list fix to also return user (diff) | |
download | server-72204ed419e0160283f9eefdd50b9702f6ac75ef.tar.xz |
:pencil: typo
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/**"] } |