-
Notifications
You must be signed in to change notification settings - Fork 348
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugverifiedVerification succeededVerification succeeded
Milestone
Description
Describe the bug
When the JavaScript project is not at the top level the debugger doesn't match the paths well.
To Reproduce
Steps to reproduce the behavior:
- Checkout https://github.com/jasonwilliams/nextjs9-typescript-server-vscode-example/tree/monorepo (monorepo branch)
- Set a breakpoint on line 9 in webapp/pages/index.tsx (on const alfa)
- run docker-compose up inside of webapp
- Once that's running start the debugger (launch server (Docker))
- It won't bind, run "Create diagnostic information..."
- You should see the matcher has truncated the "webapp" folder
Screenshot
In this screenshot webapp is lost (on the second bullet point), causing the matcher not to find the file

VS Code Version: 1.53
Debugger Version Nightly (v2020.12.917)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugverifiedVerification succeededVerification succeeded