vscode-jest icon indicating copy to clipboard operation
vscode-jest copied to clipboard

Configuration 'vscode-jest-tests' is missing in 'launch.json'.

Open radfahrer opened this issue 4 years ago • 3 comments

Not a bug, I just need to know how to get my vscode-jest-tests configuration back.

radfahrer avatar Jul 24 '20 20:07 radfahrer

If you open launch.json and click on "Add configuration..." button there is a "Jest: Default jest configuration" snippets. It is defined in the package.json

garaboncias avatar Oct 09 '20 08:10 garaboncias

Do I need a launch.json if I have a code-workspace file with key launch?

tik9 avatar Mar 24 '21 08:03 tik9

@tik9 looks like it is true that we only look at the workspace folder's .vscode/launch.json. But I think you are right that we should look at the code-workspace file if no local one can be found... Feel free to file an issue.

BTW, with v4.0.0-alpha.5, it is a lot easier to create the debug config with Setup Wizard, feel free to give it a try...

connectdotz avatar Apr 08 '21 20:04 connectdotz