Closed
Description
opened on Sep 10, 2021
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
Activity