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.
(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`
(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`
(command language-status-item)
A {@linkcode Command command} for this item.
Returns: Command | undefined
A {@linkcode Command command} for this item. **Returns:** `Command | undefined`
(detail language-status-item)
Optional, human-readable details for this item.
Returns: string | undefined
Optional, human-readable details for this item. **Returns:** `string | undefined`
(dispose language-status-item)
Dispose and free associated resources.
Returns: void
Dispose and free associated resources. **Returns:** `void`
(id language-status-item)
The identifier of this item.
Returns: string
The identifier of this item. **Returns:** `string`
(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`
(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`
(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
(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`.
(set-command! language-status-item value)
A {@linkcode Command command} for this item.
A {@linkcode Command command} for this item.
(set-detail! language-status-item value)
Optional, human-readable details for this item.
Optional, human-readable details for this item.
(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.
(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.
(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.
(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.
(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`
(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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close