Releases the underlying platform item. Idempotent.
Updates the text and optionally any other property.
name and the selector identify the item and cannot be changed after
creation. Calls after disposal are ignored.
New text to display
Optionalopts: Partial<Omit<LanguageStatusItemOptions, "name">>
Other properties to update (detail, severity, busy, command, accessibility)
A managed language status item with a single
update()entry point, mirroringManagedStatusBarItem's shape. Methods are no-ops afterdispose().