You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there is no live data or connection for live data for a running Spring Boot app around, the command to change log levels shows up just empty. It is understandable that there is no quick pick list showing up (since there is no launched app), but it would be nice to let the user know that this is the case, maybe via some greyed out message in the text field.
The text was updated successfully, but these errors were encountered:
I've decided to popup the info message and hide the quick pick. However, we can leave the quick pick open and have the title of the quickpick showing "No running Spring Boot Apps Found" or have both: the quickpick still showing and the info message popup... Or just the quickpick showing....
The greyed out text in the quickpick is the placeholder... o ne can type in there, once something is typed the placeholder text is gone hence i'd not use that.
If there is no live data or connection for live data for a running Spring Boot app around, the command to change log levels shows up just empty. It is understandable that there is no quick pick list showing up (since there is no launched app), but it would be nice to let the user know that this is the case, maybe via some greyed out message in the text field.
The text was updated successfully, but these errors were encountered: