label

abstract var label: String(source)

A human-readable string which is rendered prominent. Supports rendering of theme icons via the $(<name>)-syntax.

Note: When kind is set to QuickPickItemKind.Default (so a regular item instead of a separator), it supports rendering of theme icons via the $(<name>)-syntax.

Online Documentation