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

change the actions to refresh live information to show application right away #1204

Closed
martinlippert opened this issue Mar 11, 2024 · 1 comment
Assignees
Labels
for: vscode something that is specific for VSCode theme: live-data type: enhancement

Comments

@martinlippert
Copy link
Member

At the moment, the way users can update live information in their VSCode environment is to invoke the command Spring Boot: Manage Live Spring Boot Process Connections, which is somewhat weird if all you are looking for is to disable or to refresh the live information.

We should remove this "all-in-one" command and replace it with specific commands for the specific actions, like Show Live Information (which allows you to connect to a running Spring Boot app), Refresh Live Information, which either just calls the fresh command if there is only one app connected to live information or shows a quick pick for the connected processes if there are multiple processes connected and showing live information, and Hide Live Information (for disconnecting, with the same logic as the refresh command with regards to one vs. multiple processes connected).

@martinlippert martinlippert added type: enhancement theme: live-data for: vscode something that is specific for VSCode labels Mar 11, 2024
@martinlippert martinlippert added this to the 4.22.1.RELEASE milestone Mar 11, 2024
@BoykoAlex
Copy link
Contributor

Fixed with eb3d46d as discussed

@BoykoAlex BoykoAlex self-assigned this Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
for: vscode something that is specific for VSCode theme: live-data type: enhancement
Projects
None yet
Development

No branches or pull requests

2 participants