chrmarti / testissues

2 stars 3 forks source link

Configured debug type 'pwa-node' is not supported. #1701

Open vscodebot[bot] opened 4 years ago

vscodebot[bot] commented 4 years ago

Version: 1.42.0 Commit: ae08d5460b5a45169385ff3fd44208f431992451 Date: 2020-02-06T10:51:33.119Z Electron: 6.1.6 Chrome: 76.0.3809.146 Node.js: 12.4.0 V8: 7.6.303.31-electron.0 OS: Darwin x64 18.7.0

Steps to Reproduce:

  1. step node debug
    {
      "type": "node",
      "request": "launch",
      "name": "Launch Program",
      "program": "${workspaceFolder}/app.js",
      "skipFiles": [
        "<node_internals>/**"
      ]
    },
  2. run the debug type

image

Does this issue occur when all extensions are disabled?: Yes

pookdeveloper commented 4 years ago

Yes I have the same error open de VSCode with disabled extension:

image

with VSCODE insiders works!