mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
enable loaded scripts explorer form debug type 'chrome'; fixes #32445
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user