-
Notifications
You must be signed in to change notification settings - Fork 331
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 pressing the reload button on the debugging tool bar in VS code the Chrome browser that is open is directed to the url configured in launch.json instead of reloading the page already present in the browser.
To Reproduce
Steps to reproduce the behavior:
- Configure a debugger using pwa-chrome and pointing it to url: http://localhost:8000
- Start the debugger
- In the Chrome browser navigate to http://localhost:8000/page2
- In VS code press the green restart arrow
- Observe that the Chrome browser returns to http://localhost:8000. It's expected that http://localhost:8000/page2 will be refreshed, similar to pressing Ctrl-R in the browser.
It seems that this behavior was introduced in or around 1.60.0
VS Code Version: 1.60.0
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