mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Fixes #60047: Running scripts with right click not giving feedback when it ends.
This commit is contained in:
@@ -91,7 +91,7 @@ namespace TaskPresentationOptionsDTO {
|
||||
}
|
||||
export function to(value: TaskPresentationOptionsDTO): PresentationOptions {
|
||||
if (value === void 0 || value === null) {
|
||||
return undefined;
|
||||
return { reveal: RevealKind.Always, echo: true, focus: false, panel: PanelKind.Shared, showReuseMessage: true };
|
||||
}
|
||||
return Objects.assign(Object.create(null), value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user