Skip to content

Unable to debug scripts from included directories #1321

Closed
@MichaelHindley

Description

  • VS Code Version: Version: 1.53.2
  • OS Version: macos catalina
  • extension version: latest

Steps to Reproduce:

  1. Create a package.json in root, one in "api" and one in "app", with any npm script.
  2. Let VScode know they exist by setting ""npm.includeDirectories": ["./api", "./app"]
  3. 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.

Run:
image

Debug:
image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions