vscode-debug-launcher
vscode-debug-launcher copied to clipboard
How to the run the preLaunchTask and postDebugTask?
Hi,
First of all, thank you for making this plugin. It's very helpful!
Now I have a problem to how to run preLaunchTask and postDebugTask before running the debug. It always show the error Could not find the task 'npm: pretest'.
I created the task in tasks.json and package.json. None of them works.
Thank you!
It looks like the task got misconfigured maybe?
I haven't used this extension in a while, and I've only really used it for vscode extension, so I'm not quite sure what the problem is exactly.