Liking cljdoc? Tell your friends :D

dots.vscode.task-presentation-options

Controls how the task is presented in the UI.

Controls how the task is presented in the UI.
raw docstring

clear?cljs

(clear? task-presentation-options)

Controls whether the terminal is cleared before executing the task.

Returns: boolean | undefined

Controls whether the terminal is cleared before executing the task.

**Returns:** `boolean | undefined`
sourceraw docstring

close?cljs

(close? task-presentation-options)

Controls whether the terminal is closed after executing the task.

Returns: boolean | undefined

Controls whether the terminal is closed after executing the task.

**Returns:** `boolean | undefined`
sourceraw docstring

echo?cljs

(echo? task-presentation-options)

Controls whether the command associated with the task is echoed in the user interface.

Returns: boolean | undefined

Controls whether the command associated with the task is echoed
in the user interface.

**Returns:** `boolean | undefined`
sourceraw docstring

focus?cljs

(focus? task-presentation-options)

Controls whether the panel showing the task output is taking focus.

Returns: boolean | undefined

Controls whether the panel showing the task output is taking focus.

**Returns:** `boolean | undefined`
sourceraw docstring

panelcljs

(panel task-presentation-options)

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

Returns: TaskPanelKind | undefined

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`

**Returns:** `TaskPanelKind | undefined`
sourceraw docstring

revealcljs

(reveal task-presentation-options)

Controls whether the task output is reveal in the user interface. Defaults to RevealKind.Always.

Returns: TaskRevealKind | undefined

Controls whether the task output is reveal in the user interface.
Defaults to `RevealKind.Always`.

**Returns:** `TaskRevealKind | undefined`
sourceraw docstring

set-clear!cljs

(set-clear! task-presentation-options value)

Controls whether the terminal is cleared before executing the task.

Controls whether the terminal is cleared before executing the task.
sourceraw docstring

set-close!cljs

(set-close! task-presentation-options value)

Controls whether the terminal is closed after executing the task.

Controls whether the terminal is closed after executing the task.
sourceraw docstring

set-echo!cljs

(set-echo! task-presentation-options value)

Controls whether the command associated with the task is echoed in the user interface.

Controls whether the command associated with the task is echoed
in the user interface.
sourceraw docstring

set-focus!cljs

(set-focus! task-presentation-options value)

Controls whether the panel showing the task output is taking focus.

Controls whether the panel showing the task output is taking focus.
sourceraw docstring

set-panel!cljs

(set-panel! task-presentation-options value)

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

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`
sourceraw docstring

set-reveal!cljs

(set-reveal! task-presentation-options value)

Controls whether the task output is reveal in the user interface. Defaults to RevealKind.Always.

Controls whether the task output is reveal in the user interface.
Defaults to `RevealKind.Always`.
sourceraw docstring

set-show-reuse-message!cljs

(set-show-reuse-message! task-presentation-options value)

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

Controls whether to show the "Terminal will be reused by tasks, press any key to close it" message.
sourceraw docstring

show-reuse-message?cljs

(show-reuse-message? task-presentation-options)

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

Returns: boolean | undefined

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

**Returns:** `boolean | undefined`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close