The debug session type "node" is not supported

225 Views Asked by At

I met this error when I want to debug my node.js program in Google Cloud Shell Editor.

Yesterday was OK, it is just happened today. Anyone know what's wrong?

Here is my Launch.json

{
  "version": "0.2.0",
  "configurations": [
    {
      "type": "node",
      "request": "launch",
      "name": "Launch Program",
      "program": "${file}"
    }
  ]
}

screenshot

1

There are 1 best solutions below

0
On

It has been fixed automatically. Maybe Google is updating something.