Liking cljdoc? Tell your friends :D

dots.vscode.extension-terminal-options

Value-object describing what options a virtual process terminal should use.

Value-object describing what options a virtual process terminal should use.
raw docstring

colorcljs

(color extension-terminal-options)

The icon {@link ThemeColor } for the terminal. The standard terminal.ansi* theme keys are recommended for the best contrast and consistency across themes.

Returns: ThemeColor | undefined

The icon {@link ThemeColor } for the terminal.
The standard `terminal.ansi*` theme keys are
recommended for the best contrast and consistency across themes.

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

icon-pathcljs

(icon-path extension-terminal-options)

The icon path or {@link ThemeIcon } for the terminal.

Returns: Uri | ThemeIcon | { light: Uri; dark: Uri; } | undefined

The icon path or {@link ThemeIcon } for the terminal.

**Returns:** `Uri | ThemeIcon | { light: Uri; dark: Uri; } | undefined`
sourceraw docstring

locationcljs

(location extension-terminal-options)

The {@link TerminalLocation } or {@link TerminalEditorLocationOptions } or {@link TerminalSplitLocationOptions } for the terminal.

Returns: TerminalLocation | TerminalEditorLocationOptions | TerminalSplitLocationOptions | undefined

The {@link TerminalLocation } or {@link TerminalEditorLocationOptions } or {@link TerminalSplitLocationOptions } for the terminal.

**Returns:** `TerminalLocation | TerminalEditorLocationOptions | TerminalSplitLocationOptions | undefined`
sourceraw docstring

namecljs

(name extension-terminal-options)

A human-readable string which will be used to represent the terminal in the UI.

Returns: string

A human-readable string which will be used to represent the terminal in the UI.

**Returns:** `string`
sourceraw docstring

ptycljs

(pty extension-terminal-options)

An implementation of {@link Pseudoterminal } that allows an extension to control a terminal.

Returns: Pseudoterminal

An implementation of {@link Pseudoterminal } that allows an extension to
control a terminal.

**Returns:** `Pseudoterminal`
sourceraw docstring

set-color!cljs

(set-color! extension-terminal-options value)

The icon {@link ThemeColor } for the terminal. The standard terminal.ansi* theme keys are recommended for the best contrast and consistency across themes.

The icon {@link ThemeColor } for the terminal.
The standard `terminal.ansi*` theme keys are
recommended for the best contrast and consistency across themes.
sourceraw docstring

set-icon-path!cljs

(set-icon-path! extension-terminal-options value)

The icon path or {@link ThemeIcon } for the terminal.

The icon path or {@link ThemeIcon } for the terminal.
sourceraw docstring

set-is-transient!cljs

(set-is-transient! extension-terminal-options value)

Opt-out of the default terminal persistence on restart and reload. This will only take effect when terminal.integrated.enablePersistentSessions is enabled.

Opt-out of the default terminal persistence on restart and reload.
This will only take effect when `terminal.integrated.enablePersistentSessions` is enabled.
sourceraw docstring

set-location!cljs

(set-location! extension-terminal-options value)

The {@link TerminalLocation } or {@link TerminalEditorLocationOptions } or {@link TerminalSplitLocationOptions } for the terminal.

The {@link TerminalLocation } or {@link TerminalEditorLocationOptions } or {@link TerminalSplitLocationOptions } for the terminal.
sourceraw docstring

set-name!cljs

(set-name! extension-terminal-options value)

A human-readable string which will be used to represent the terminal in the UI.

A human-readable string which will be used to represent the terminal in the UI.
sourceraw docstring

set-pty!cljs

(set-pty! extension-terminal-options value)

An implementation of {@link Pseudoterminal } that allows an extension to control a terminal.

An implementation of {@link Pseudoterminal } that allows an extension to
control a terminal.
sourceraw docstring

transient?cljs

(transient? extension-terminal-options)

Opt-out of the default terminal persistence on restart and reload. This will only take effect when terminal.integrated.enablePersistentSessions is enabled.

Returns: boolean | undefined

Opt-out of the default terminal persistence on restart and reload.
This will only take effect when `terminal.integrated.enablePersistentSessions` is enabled.

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

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

× close