Liking cljdoc? Tell your friends :D

dots.vscode.language-status-item

A language status item is the preferred way to present language status reports for the active text editors, such as selected linter or notifying about a configuration problem.

A language status item is the preferred way to present language status reports for the active text editors,
such as selected linter or notifying about a configuration problem.
raw docstring

accessibility-informationcljs

(accessibility-information language-status-item)

Accessibility information used when a screen reader interacts with this item

Returns: AccessibilityInformation | undefined

Accessibility information used when a screen reader interacts with this item

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

busy?cljs

(busy? language-status-item)

Controls whether the item is shown as "busy". Defaults to false.

Returns: boolean

Controls whether the item is shown as "busy". Defaults to `false`.

**Returns:** `boolean`
sourceraw docstring

commandcljs

(command language-status-item)

A {@linkcode Command command} for this item.

Returns: Command | undefined

A {@linkcode Command command} for this item.

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

detailcljs

(detail language-status-item)

Optional, human-readable details for this item.

Returns: string | undefined

Optional, human-readable details for this item.

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

disposecljs

(dispose language-status-item)

Dispose and free associated resources.

Returns: void

Dispose and free associated resources.

**Returns:** `void`
sourceraw docstring

idcljs

(id language-status-item)

The identifier of this item.

Returns: string

The identifier of this item.

**Returns:** `string`
sourceraw docstring

namecljs

(name language-status-item)

The short name of this item, like 'Java Language Status', etc.

Returns: string | undefined

The short name of this item, like 'Java Language Status', etc.

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

selectorcljs

(selector language-status-item)

A {@link DocumentSelector selector} that defines for what editors this item shows.

Returns: DocumentSelector

A {@link DocumentSelector selector} that defines for what editors
this item shows.

**Returns:** `DocumentSelector`
sourceraw docstring

set-accessibility-information!cljs

(set-accessibility-information! language-status-item value)

Accessibility information used when a screen reader interacts with this item

Accessibility information used when a screen reader interacts with this item
sourceraw docstring

set-busy!cljs

(set-busy! language-status-item value)

Controls whether the item is shown as "busy". Defaults to false.

Controls whether the item is shown as "busy". Defaults to `false`.
sourceraw docstring

set-command!cljs

(set-command! language-status-item value)

A {@linkcode Command command} for this item.

A {@linkcode Command command} for this item.
sourceraw docstring

set-detail!cljs

(set-detail! language-status-item value)

Optional, human-readable details for this item.

Optional, human-readable details for this item.
sourceraw docstring

set-name!cljs

(set-name! language-status-item value)

The short name of this item, like 'Java Language Status', etc.

The short name of this item, like 'Java Language Status', etc.
sourceraw docstring

set-selector!cljs

(set-selector! language-status-item value)

A {@link DocumentSelector selector} that defines for what editors this item shows.

A {@link DocumentSelector selector} that defines for what editors
this item shows.
sourceraw docstring

set-severity!cljs

(set-severity! language-status-item value)

The severity of this item.

Defaults to {@link LanguageStatusSeverity.Information information}. You can use this property to signal to users that there is a problem that needs attention, like a missing executable or an invalid configuration.

The severity of this item.

Defaults to {@link LanguageStatusSeverity.Information information}. You can use this property to
signal to users that there is a problem that needs attention, like a missing executable or an
invalid configuration.
sourceraw docstring

set-text!cljs

(set-text! language-status-item value)

The text to show for the entry. You can embed icons in the text by leveraging the syntax:

My text $(icon-name) contains icons like $(icon-name) this one.

Where the icon-name is taken from the ThemeIcon icon set, e.g. light-bulb, thumbsup, zap etc.

The text to show for the entry. You can embed icons in the text by leveraging the syntax:

`My text $(icon-name) contains icons like $(icon-name) this one.`

Where the icon-name is taken from the ThemeIcon [icon set](https://code.visualstudio.com/api/references/icons-in-labels#icon-listing), e.g.
`light-bulb`, `thumbsup`, `zap` etc.
sourceraw docstring

severitycljs

(severity language-status-item)

The severity of this item.

Defaults to {@link LanguageStatusSeverity.Information information}. You can use this property to signal to users that there is a problem that needs attention, like a missing executable or an invalid configuration.

Returns: LanguageStatusSeverity

The severity of this item.

Defaults to {@link LanguageStatusSeverity.Information information}. You can use this property to
signal to users that there is a problem that needs attention, like a missing executable or an
invalid configuration.

**Returns:** `LanguageStatusSeverity`
sourceraw docstring

textcljs

(text language-status-item)

The text to show for the entry. You can embed icons in the text by leveraging the syntax:

My text $(icon-name) contains icons like $(icon-name) this one.

Where the icon-name is taken from the ThemeIcon icon set, e.g. light-bulb, thumbsup, zap etc.

Returns: string

The text to show for the entry. You can embed icons in the text by leveraging the syntax:

`My text $(icon-name) contains icons like $(icon-name) this one.`

Where the icon-name is taken from the ThemeIcon [icon set](https://code.visualstudio.com/api/references/icons-in-labels#icon-listing), e.g.
`light-bulb`, `thumbsup`, `zap` etc.

**Returns:** `string`
sourceraw docstring

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

× close