-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Complete createStatusBarItem
in window
namespace from VSCode API
#10696
Labels
vscode
issues related to VSCode compatibility
Comments
ndoschek
added a commit
to eclipsesource/theia
that referenced
this issue
Feb 15, 2022
…from VSCode API Contributed on behalf of STMicroelectronics Signed-off-by: Nina Doschek <ndoschek@eclipsesource.com>
ndoschek
added a commit
to eclipsesource/theia
that referenced
this issue
Feb 15, 2022
…from VSCode API - Add createStatusBarItem overload in theia.d.ts to allow an item id as argument - Extend createStatusBarItem implementation in plugin-context - Adapt createStatusBarItem in status-bar-message-registry - Adapat StatusBarItemImpl to accept external ids Contributed on behalf of STMicroelectronics Signed-off-by: Nina Doschek <ndoschek@eclipsesource.com> Fixes eclipse-theia#10696
1 task
ndoschek
added a commit
to eclipsesource/theia
that referenced
this issue
Feb 15, 2022
…from VSCode API - Add createStatusBarItem overload in theia.d.ts to allow an item id as argument - Extend createStatusBarItem implementation in plugin-context - Adapt createStatusBarItem in status-bar-message-registry - Adapat StatusBarItemImpl to accept external ids Contributed on behalf of STMicroelectronics Signed-off-by: Nina Doschek <ndoschek@eclipsesource.com> Fixes eclipse-theia#10696
ndoschek
added a commit
to eclipsesource/theia
that referenced
this issue
Feb 15, 2022
…from VSCode API - Add createStatusBarItem overload in theia.d.ts to allow an item id as argument - Extend createStatusBarItem implementation in plugin-context - Adapt createStatusBarItem in status-bar-message-registry - Adapt StatusBarItemImpl to accept external ids Contributed on behalf of STMicroelectronics Signed-off-by: Nina Doschek <ndoschek@eclipsesource.com> Fixes eclipse-theia#10696
48 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature Description:
Add the missing
createStatusBarItem
function in thewindow
namespace from the VSCode API to the Theia plugin API:createStatusBarItem(id: string, alignment?: StatusBarAlignment, priority?: number)
VSCode API for reference: https://code.visualstudio.com/api/references/vscode-api#window
The text was updated successfully, but these errors were encountered: