TaskPresentationOptions$Typings extension

on

Properties

clear bool?

Available on TaskPresentationOptions, provided by the TaskPresentationOptions$Typings extension

Controls whether the terminal is cleared before executing the task.
getter/setter pair
close bool?

Available on TaskPresentationOptions, provided by the TaskPresentationOptions$Typings extension

Controls whether the terminal is closed after executing the task.
getter/setter pair
echo bool?

Available on TaskPresentationOptions, provided by the TaskPresentationOptions$Typings extension

Controls whether the command associated with the task is echoed in the user interface.
getter/setter pair
focus bool?

Available on TaskPresentationOptions, provided by the TaskPresentationOptions$Typings extension

Controls whether the panel showing the task output is taking focus.
getter/setter pair
panel TaskPanelKind?

Available on TaskPresentationOptions, provided by the TaskPresentationOptions$Typings extension

Controls if the task panel is used for this task only (dedicated), shared between tasks (shared) or if a new panel is created on every task execution (new). Defaults to TaskInstanceKind.Shared
getter/setter pair
reveal TaskRevealKind?

Available on TaskPresentationOptions, provided by the TaskPresentationOptions$Typings extension

Controls whether the task output is reveal in the user interface. Defaults to RevealKind.Always.
getter/setter pair
showReuseMessage bool?

Available on TaskPresentationOptions, provided by the TaskPresentationOptions$Typings extension

Controls whether to show the "Terminal will be reused by tasks, press any key to close it" message.
getter/setter pair