提交 dcea9023 编写于 作者: J Johannes Rieken

add comment

上级 29357370
......@@ -507,7 +507,8 @@ export class ExtensionHostProcessWorker implements IExtensionHostStarter {
if (this._inspectPort) {
return Promise.resolve();
}
// send SIGUSR1 and wait a little
// send SIGUSR1 and wait a little the actual port is read from the process stdout which we
// scan here: https://github.com/Microsoft/vscode/blob/67ffab8dcd1a6752d8b62bcd13d7020101eef568/src/vs/workbench/services/extensions/electron-browser/extensionHost.ts#L225-L240
this._extensionHostProcess.kill('SIGUSR1');
return timeout(1000);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册