-
Notifications
You must be signed in to change notification settings - Fork 3
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
[Issue] Mob status bar icons are not together when LiveShare is enabled #4
Comments
Hi @jrdodds, for me this doesnt happen with liveshare, but probably there is a conflict because happens with you. I was thinking of having just one button that will show the others (like Mob Utils) to take up less space. |
The normal flow for an individual user is stateDiagram-v2
[*] --> Start
Start --> Next
Start --> Done
Live Share has a button and it has a view that shows session details with controls. Clicking the Live Share button starts a session. When a Live Share session has been started, the button changes and clicking it opens the command palette with choices including stopping the session. I don't know if that is a helpful example or not. |
Its a good idea, but a little painful to do in some cenarios like: Step 1: Just showing start button. Is not a great problem but is something that makes me think. If there is a easy way to check if the user change to a not mob-session this will be great. I will check. |
When LiveShare is installed and enabled, the LiveShare icon appears in the midst of the Mob icons in the status bar.
From left to right the icons are:
I'd like to have the
Mob *
icons together.Is there a priority or location conflict between
Mob Start
andLive Share
? Is this issue a Mob issue or a LiveShare issue?(Note there is an open but old VSCode feature request to support user customization the order of the status bar icons - see microsoft/vscode#35744.)
The text was updated successfully, but these errors were encountered: