You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The StatusBarItem interface of the VS Code API is missing the fields id, name and backgroundColor. These should be added to the interface and considered in the implementation.
Feature Description:
The
StatusBarItem
interface of the VS Code API is missing the fieldsid
,name
andbackgroundColor
. These should be added to the interface and considered in the implementation.VS Code API for reference: https://code.visualstudio.com/api/references/vscode-api#StatusBarItem
The text was updated successfully, but these errors were encountered: