command/exec响应被推迟到进程退出后才发送command/exec/outputDelta该连接的通知已经发出。{
"command": [
"string"
],
"cwd": "string",
"disableOutputCap": true,
"disableTimeout": true,
"env": {
"property1": "string",
"property2": "string"
},
"outputBytesCap": 0,
"processId": "string",
"sandboxPolicy": {
"type": "dangerFullAccess"
},
"size": {
"cols": 0,
"rows": 0
},
"streamStdin": true,
"streamStdoutStderr": true,
"timeoutMs": 0,
"tty": true
}