{ "version": "0.2.0", "configurations": [ { "type": "node-terminal", "name": "运行脚本: start:debug", "request": "launch", "command": "npm run start:debug", "cwd": "${workspaceFolder}" } ] }