-
Notifications
You must be signed in to change notification settings - Fork 14
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
Analysis view is not opened on initial load #425
Comments
Also -- when the extension is reloaded, I've ended up collecting a number of analysis views open. Closing any of the editor views when the extension is deactivated / reloaded would also be a good thing. |
@sjd78 @ibolton336 The issue I am about to describe sounds very similar to this. When I click "Start Analyzer", it doesn't navigate me to the analysis view. Unsure if it's a bug... it'd be great if navigation worked. Screen.Recording.2025-03-06.at.8.35.28.PM.mov |
Moving this off v0.1.0, we have a partial fix in #433, there is likely a bit more we want to handle but don't plan to have that in 0.1.0 |
…gh (#433) - Addresses the comment from [@pranav](https://redhat-internal.slack.com/team/UJVF3G38W) on #425 - the walkthrough button isn’t stateful so we were able to start the server but there were no notifications or button state on the walkthrough that let us know that the server was starting/initializing. You could click it a bunch of times and kick off several instances of the server. The fix in PR 433 just ushers the user to the analysis page and encourages the user to start the server from there. <img width="1447" alt="Screenshot 2025-03-07 at 2 31 35 PM" src="https://github.com/user-attachments/assets/ca975d14-6e10-4911-b2fb-f0cb2e40fade" /> --------- Signed-off-by: Ian Bolton <[email protected]>
The text was updated successfully, but these errors were encountered: