-
Notifications
You must be signed in to change notification settings - Fork 110
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
Give config info at session start #2447
Conversation
Can you attach a GIF to show how it looks in CLI/IDE please? |
Ah. I completely forgot about the plugins - I'll mark this as a draft and make sure they look good too |
@aviramha @Razz4780 @gememma Thoughts about this? IMO doesn't look great, but perhaps there's a way for us to show this in a persistent UI component within the IDE? Even just mirrord dropdown menu -> Session Status which would make a popup show up. This has the advantage of letting the user check the status throughout the entire session, not just at the start. |
Having a persistent UI component has been itching me for a while but I think it should be out of scope for this specific issue. It'd require more design and architecture decisions. |
@gememma In that case, lets just not have this in the IDEs for the moment. Instead, please open follow-up issues in IntelliJ and VS Code to display this in a persistent component. |
Regardless, this is what it's going to look like in old plugin/extension versions. Unless we come up with something very cunning |
The left sidebar is probably a good candidate for this on vs code |
I agree that this wall-of-text-style notification isn't very nice to look at or parse for details. I'll remove the call in the extension code and at least we know that the information itself is easily sent to the IDE when we figure out the best way to present it. I can also open some issues to track that 👍 thanks all @aviramha @eyalb181 @Razz4780 |
Closes #2367