提交 cd16f82b 编写于 作者: I isidor

fixes #82294

上级 e4e13124
......@@ -557,8 +557,10 @@ export class DebugExtensionHostAction extends Action {
secondaryButton: nls.localize('cancel', "Cancel")
});
if (res.confirmed) {
this._electronService.relaunch({ addArgs: [`--inspect-extensions=${randomPort()}`] });
await this._electronService.relaunch({ addArgs: [`--inspect-extensions=${randomPort()}`] });
}
return;
}
return this._debugService.startDebugging(undefined, {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册