summary refs log tree commit diff
path: root/util/.vscode
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-29 00:03:58 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-29 00:03:58 +0200
commit227a4e47f1ec9bca9b039c7c6761a335bcf622c2 (patch)
tree356056aa999e2b7b2d8b2e5094c98e63fa1bd2d2 /util/.vscode
parent:sparkles: typeorm api rewrite done (diff)
downloadserver-227a4e47f1ec9bca9b039c7c6761a335bcf622c2.tar.xz
:sparkles: update util
Diffstat (limited to 'util/.vscode')
-rw-r--r--util/.vscode/launch.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/.vscode/launch.json b/util/.vscode/launch.json
index 0de6e587..524622d1 100644
--- a/util/.vscode/launch.json
+++ b/util/.vscode/launch.json
@@ -18,6 +18,7 @@
 			"type": "node",
 			"request": "launch",
 			"runtimeArgs": ["--inspect-brk", "${workspaceRoot}/node_modules/jest/bin/jest.js", "--runInBand"],
+			"preLaunchTask": "tsc: build - tsconfig.json",
 			"console": "integratedTerminal",
 			"internalConsoleOptions": "neverOpen",
 			"port": 9229