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
Started receiving this error yesterday. Was working fine before this. I have tried to check if I can do javascript debugging from either chrome or edge and both give me this error now.
I'm current running Windows 10 64bit on AMD. VS Code and WSL 2 instance of Ubuntu. I reset my entire operating system (Win 10) and started from scratch and was still receiving this error. Regardless of if I attach or launch with either chrome/edge it gives me this error. On launch it will just close down the browser automatically.
after 10 seconds VS code will give the timed out waiting for browser connection error.
I have tried restarting, resetting the pc, etc. The chrome debugger configuration is correctly set to --remote-debugging-port=9222 with my launch.json { "type": "chrome", "request": "attach", "name": "Attach to Chrome", "url": "http://localhost:1337", "port": 9222, "webRoot": "${workspaceFolder}" }
I even upgraded to insider builds beta channel to see if possibly there was something that broke.
The text was updated successfully, but these errors were encountered:
Started receiving this error yesterday. Was working fine before this. I have tried to check if I can do javascript debugging from either chrome or edge and both give me this error now.
I'm current running Windows 10 64bit on AMD. VS Code and WSL 2 instance of Ubuntu. I reset my entire operating system (Win 10) and started from scratch and was still receiving this error. Regardless of if I attach or launch with either chrome/edge it gives me this error. On launch it will just close down the browser automatically.
after 10 seconds VS code will give the timed out waiting for browser connection error.
I have tried restarting, resetting the pc, etc. The chrome debugger configuration is correctly set to --remote-debugging-port=9222 with my launch.json
{ "type": "chrome", "request": "attach", "name": "Attach to Chrome", "url": "http://localhost:1337", "port": 9222, "webRoot": "${workspaceFolder}" }
I even upgraded to insider builds beta channel to see if possibly there was something that broke.
The text was updated successfully, but these errors were encountered: