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
}
]
}