提交 5e2c5191 编写于 作者: D Dirk Baeumer

Fixes #60047: Running scripts with right click not giving feedback when it ends.

上级 2c93ec4a
......@@ -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);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册