问题描述
我想在 Google Cloud Shell 编辑器中调试 node.js 程序时遇到此错误。
昨天还好,今天刚刚发生。有人知道怎么回事吗?
这是我的 Launch.json
{
"version": "0.2.0","configurations": [
{
"type": "node","request": "launch","name": "Launch Program","program": "${file}"
}
]
}
screenshot
解决方法
已自动修复。也许 Google 正在更新一些东西。