Skip to content

Reload from VS code changes browser page URL #1103

Closed
@netbymatt

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:

  1. Configure a debugger using pwa-chrome and pointing it to url: http://localhost:8000
  2. Start the debugger
  3. In the Chrome browser navigate to http://localhost:8000/page2
  4. In VS code press the green restart arrow
  5. 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

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