diff --git a/vscode-extensions/vscode-spring-boot/walkthroughs/live-information.md b/vscode-extensions/vscode-spring-boot/walkthroughs/live-information.md index 8c7bae7b0..d67d61cd4 100644 --- a/vscode-extensions/vscode-spring-boot/walkthroughs/live-information.md +++ b/vscode-extensions/vscode-spring-boot/walkthroughs/live-information.md @@ -10,7 +10,13 @@ The live information is provided by [Spring Boot Actuators](https://docs.spring. ### Show the live information -In order to connect to a running application, you need to execute the [Manage Live Spring Boot Process Connections](vscode-spring-boot.live-hover.connect) command (e.g. via the command palette). Then, the command shows up a list of running processes, from which you can select the app to connect to. +In order to connect to a running application, you need to execute the [Manage Live Spring Boot Process Connections](vscode-spring-boot.live-hover.connect) command (e.g. via the command palette). + +![](manage-live-connections.png) + +Then, the command shows up a list of running processes, from which you can select the app to connect to. + +![](manage-live-connections-connect.png) Once connected, the live information shows up in place with the source code of your application. diff --git a/vscode-extensions/vscode-spring-boot/walkthroughs/manage-live-connections-connect.png b/vscode-extensions/vscode-spring-boot/walkthroughs/manage-live-connections-connect.png new file mode 100644 index 000000000..d8e85ccfb Binary files /dev/null and b/vscode-extensions/vscode-spring-boot/walkthroughs/manage-live-connections-connect.png differ diff --git a/vscode-extensions/vscode-spring-boot/walkthroughs/manage-live-connections.png b/vscode-extensions/vscode-spring-boot/walkthroughs/manage-live-connections.png new file mode 100644 index 000000000..bcd35a3a8 Binary files /dev/null and b/vscode-extensions/vscode-spring-boot/walkthroughs/manage-live-connections.png differ