vscode-debug-launcher icon indicating copy to clipboard operation
vscode-debug-launcher copied to clipboard

How to the run the preLaunchTask and postDebugTask?

Open Jedliu opened this issue 3 years ago • 1 comments

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!

image

Jedliu avatar Dec 23 '21 13:12 Jedliu

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.

fabiospampinato avatar Nov 15 '22 21:11 fabiospampinato