79513620

Date: 2025-03-17 04:25:33
Score: 0.5
Natty:
Report link

still facing the issue: Configured debug type 'pwa-chrome' is not supported.

The extension JavaScript Debugger (Nightly) is installed already

Here is the launch.js file.

{
    "version": "0.2.0",
    "configurations": [
        {
        "type": "chrome",          
        "request": "launch",
        "name": "Bench JS",
        "url": "http://localhost:8000",
        "webRoot": "${workspaceFolder}",
        "sourceMaps": true,
        "trace": true
        }
        
    ]
}

enter image description here

enter image description here

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
Posted by: Haseeb