Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TaskPresentationOptions

Controls how the task is presented in the UI.

层级

  • TaskPresentationOptions

索引

Properties(6)

Optional reveal

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

Optional echo

echo: boolean

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

Optional focus

focus: boolean

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

Optional panel

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

Optional showReuseMessage

showReuseMessage: boolean

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

Optional clear

clear: boolean

Controls whether the terminal is cleared before executing the task.

友链:VS Code 中文文档 | VS Code 官网文档 | VS Code 扩展市场

Generated by TypeDoc. Maintained by 洛竹