You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am trying to debug this repo when opened in the Visual Studio Code.
I cannot get the VS code debugger to attach to the running examples in the browser.
Here is my launch.json: { // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "type": "pwa-chrome", "request": "launch", "name": "Launch Chrome against localhost", "url": "http://localhost:9000", "webRoot": "${workspaceFolder}" } ] }
Could anyone point me into the direction that would enable debugging of this repo ?
Thanks in advance ! :)
The text was updated successfully, but these errors were encountered:
Hi, I am trying to debug this repo when opened in the Visual Studio Code.
I cannot get the VS code debugger to attach to the running examples in the browser.
Here is my launch.json:
{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "type": "pwa-chrome", "request": "launch", "name": "Launch Chrome against localhost", "url": "http://localhost:9000", "webRoot": "${workspaceFolder}" } ] }
Could anyone point me into the direction that would enable debugging of this repo ?
Thanks in advance ! :)
The text was updated successfully, but these errors were encountered: