You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Steps to Reproduce:
Run:

Debug:
