Unable to debug scripts from included directories #1321
Closed
Description
- VS Code Version: Version: 1.53.2
- OS Version: macos catalina
- extension version: latest
Steps to Reproduce:
- Create a package.json in root, one in "api" and one in "app", with any npm script.
- Let VScode know they exist by setting ""npm.includeDirectories": ["./api", "./app"]
- Notice you can see all scripts from all 3 package.json in the "run npm script" menu, but only scripts from the root package.json in the "debug npm script" menu.
Activity