aboutsummaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json10
1 files changed, 8 insertions, 2 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index d75268c..c6666c9 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -1,9 +1,15 @@
{
- "version": "0.2.0",
"configurations": [
{
"command": "yarn dev",
- "name": "Debug BushBot",
+ "name": "BushBot (tsc)",
+ "request": "launch",
+ "type": "node-terminal",
+ "skipFiles": ["<node_internals>/**", "**/Yarn/**", "**/.pnp.js", "**/.yarn/releases/**"]
+ },
+ {
+ "command": "yarn start",
+ "name": "BushBot (esbuild)",
"request": "launch",
"type": "node-terminal",
"skipFiles": ["<node_internals>/**", "**/Yarn/**", "**/.pnp.js", "**/.yarn/releases/**"]