mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
propagate ext terminal errrors; fixes #92380
This commit is contained in:
@@ -75,7 +75,7 @@ export class MainThreadDebugService implements MainThreadDebugServiceShape, IDeb
|
||||
}
|
||||
|
||||
runInTerminal(args: DebugProtocol.RunInTerminalRequestArguments): Promise<number | undefined> {
|
||||
return Promise.resolve(this._proxy.$runInTerminal(args));
|
||||
return this._proxy.$runInTerminal(args);
|
||||
}
|
||||
|
||||
// RPC methods (MainThreadDebugServiceShape)
|
||||
|
||||
Reference in New Issue
Block a user