Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Configuration

The configuration data for that extension.

Hierarchy

  • Configuration

Index

Properties

Optional autoSelectWorkspace

autoSelectWorkspace: boolean

Select the workspace by active text editor automatically or not.

Optional commands

One or more command to register.

Optional disableNewVersionPopups

disableNewVersionPopups: boolean

Disables the display of popups that reports for a new version of that extension.

Optional globals

Global data available for ALL commands defined by that extension.

Optional quick

quick: object

Settings for "quick execution".

Type declaration

  • Optional cwd?: string

    The initial current directory for the executions.

  • Optional disableHexView?: boolean

    Do not show binary data in 'hex view'.

  • Optional noResultInfo?: boolean

    Show result of execution or not.

  • Optional saveResultsToState?: boolean

    Save all results to '$state' variable or not.

  • Optional saveToGlobalHistory?: boolean

    Save entries, that are stored automatically, to global history instead to workspace history.

  • Optional saveToHistory?: boolean

    Automatically save entries to history or not.

  • Optional showResultInTab?: boolean

    Show results in tab instead of a popup or not.

  • Optional state?: any

    The initial state value.

Optional showInternalVSCommands

showInternalVSCommands: boolean

Show internal Visual Studio Code commands in GUI or not.

Optional showOutput

showOutput: boolean

Open output on startup or not.

Generated using TypeDoc