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

Make the server status as a normal status bar item #3419

Merged
merged 1 commit into from
Dec 8, 2023

Conversation

jdneo
Copy link
Collaborator

@jdneo jdneo commented Dec 7, 2023

This actually makes the implementation much clear.

I also removed the check for the advanced status bar item because according to the theia & VS Code api comparation page, theia already fully supports the createStatusBarItem API: https://eclipse-theia.github.io/vscode-theia-comparator/status.html

Let me know if you have any input @rgrunber @fbricon

fix #3416

@jdneo jdneo added the ux label Dec 7, 2023
@rgrunber rgrunber self-requested a review December 7, 2023 13:10
Copy link
Member

@rgrunber rgrunber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change looks fine to me. Feel free to merge when ready. I actually like seeing the status at all times (particularly for a Maven project that may take time to fully build) rather than just when a file is open.

@jdneo jdneo added this to the End December 2023 milestone Dec 8, 2023
@jdneo jdneo merged commit 65a6431 into redhat-developer:master Dec 8, 2023
2 checks passed
@jdneo jdneo deleted the cs/issue-3416 branch December 8, 2023 00:24
@rgrunber rgrunber removed this from the Early January 2024 milestone Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make the server status a normal status bar item
2 participants