summaryrefslogtreecommitdiffstats
path: root/.vscode/launch.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 3333439..0b03ab4 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -10,8 +10,8 @@
"args": ["--extensionDevelopmentPath=${workspaceRoot}" ],
"stopOnEntry": false,
"sourceMaps": true,
- "outFiles": [ "${workspaceRoot}/out/**/*.js" ],
- "preLaunchTask": "npm: watch"
+ "outFiles": [ "${workspaceRoot}/dist/extension.js" ],
+ "preLaunchTask": "npm: webpack"
},
{
"name": "Launch Tests",
@@ -22,7 +22,7 @@
"stopOnEntry": false,
"sourceMaps": true,
"outFiles": [ "${workspaceRoot}/out/test/**/*.js" ],
- "preLaunchTask": "npm: watch"
+ "preLaunchTask": "npm: compile"
}
]
}