0

当我想在 Google Cloud Shell Editor 中调试我的 node.js 程序时,我遇到了这个错误。

昨天还好,今天刚刚发生。有谁知道怎么了?

这是我的 Launch.json

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

截屏

4

1 回答 1

0

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

于 2020-12-25T03:01:20.207 回答