提交 cd6d1ffc 编写于 作者: A Andre Weinand 提交者: GitHub

enable loaded scripts explorer form debug type 'chrome'; fixes #32445

上级 59422c12
......@@ -839,7 +839,7 @@ export class DebugService implements debug.IDebugService {
this.extensionService.activateByEvent(`onDebug:${configuration.type}`).done(null, errors.onUnexpectedError);
this.inDebugMode.set(true);
this.debugType.set(configuration.type);
this.isNodeDebugType.set(configuration.type === 'node' || configuration.type === 'node2' || configuration.type === 'extensionHost');
this.isNodeDebugType.set(configuration.type === 'node' || configuration.type === 'node2' || configuration.type === 'extensionHost' || configuration.type === 'chrome');
if (this.model.getProcesses().length > 1) {
this.viewModel.setMultiProcessView(true);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册