How can I debug NPM tasks from package.json
file in the current version of Visual Studio Code and NPM?
I can only find answers on StackOverflow that seem to provide obsolete strategies.
In one of the answers a huge list of configurations is shown:
But I can only see a selection of four:
I need to debug a mocha test script from a public repository.
Any help is appreciated.