当我想在 Google Cloud Shell Editor 中调试我的 node.js 程序时,我遇到了这个错误。
昨天还好,今天刚刚发生。有谁知道怎么了?
这是我的 Launch.json
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "${file}"
}
]
}