不支持调试会话类型“节点”

时间:2020-12-25 00:01:33

标签: google-cloud-shell google-cloud-shell-editor

我想在 Google Cloud Shell 编辑器中调试 node.js 程序时遇到此错误。

昨天还好,今天刚刚发生。有人知道怎么回事吗?

这是我的 Launch.json

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

screenshot

1 个答案:

答案 0 :(得分:0)

已自动修复。也许 Google 正在更新一些东西。