Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing StatusBarItem fields of VS Code API #11019

Closed
Tracked by #9863
lucas-koehler opened this issue Apr 13, 2022 · 1 comment · Fixed by #11026
Closed
Tracked by #9863

Add missing StatusBarItem fields of VS Code API #11019

lucas-koehler opened this issue Apr 13, 2022 · 1 comment · Fixed by #11026
Assignees
Labels
statusbar issues related to the statusbar vscode issues related to VSCode compatibility

Comments

@lucas-koehler
Copy link
Contributor

Feature Description:

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.

VS Code API for reference: https://code.visualstudio.com/api/references/vscode-api#StatusBarItem

@lucas-koehler
Copy link
Contributor Author

I will look into this.

@lucas-koehler lucas-koehler changed the title Implement missing StatusBarItem fields of VS Code API Add missing StatusBarItem fields of VS Code API Apr 13, 2022
@msujew msujew added statusbar issues related to the statusbar vscode issues related to VSCode compatibility labels Apr 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
statusbar issues related to the statusbar vscode issues related to VSCode compatibility
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants