From 08a6d456b71bc1ca74c0be05fcbd59d5639c499b Mon Sep 17 00:00:00 2001 From: Yan Zhang Date: Wed, 9 Nov 2022 13:09:51 +0800 Subject: [PATCH 1/2] Add shortcut to dashboard Signed-off-by: Yan Zhang --- vscode-extensions/boot-dev-pack/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode-extensions/boot-dev-pack/package.json b/vscode-extensions/boot-dev-pack/package.json index d53e961374..576126be75 100644 --- a/vscode-extensions/boot-dev-pack/package.json +++ b/vscode-extensions/boot-dev-pack/package.json @@ -56,7 +56,7 @@ { "id": "navigate-your-spring-projects", "title": "Navigate your Spring Boot projects", - "description": "The Spring Tools in your VS Code installation contribute Spring-specific symbols to help you navigate your projects. All the symbols start with `@`.\nYou can navigate to the symbols using the [Outline View](command:outline.focus) of the current file, via the [Go to Symbol in Editor...](command:workbench.action.gotoSymbol) or globally via [Go to symbol in Workspace...](command:workbench.action.showAllSymbols).\nIf you start your search with an `@`, the list of symbols will show the Spring-specific symbols only.", + "description": "The Spring Tools in your VS Code installation contribute Spring-specific symbols to help you navigate your projects. All the symbols start with `@`.\nYou can navigate to the symbols using the [Outline View](command:outline.focus) of the current file, via the [Go to Symbol in Editor...](command:workbench.action.gotoSymbol) or globally via [Go to symbol in Workspace...](command:workbench.action.showAllSymbols).\nIf you start your search with an `@`, the list of symbols will show the Spring-specific symbols only.\n[Reveal in Spring Boot Dashboard](command:spring.apps.focus)", "media": { "image": "walkthroughs/spring-symbols-navigation.png", "altText": "Go to Symbol in Workspace..." From ff23009d8cea783d9f2c906fd3d29c12fb2a323c Mon Sep 17 00:00:00 2001 From: Yan Zhang Date: Wed, 9 Nov 2022 21:04:29 +0800 Subject: [PATCH 2/2] add blurb text about dashboard --- vscode-extensions/boot-dev-pack/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode-extensions/boot-dev-pack/package.json b/vscode-extensions/boot-dev-pack/package.json index 576126be75..2e7c2993e6 100644 --- a/vscode-extensions/boot-dev-pack/package.json +++ b/vscode-extensions/boot-dev-pack/package.json @@ -56,7 +56,7 @@ { "id": "navigate-your-spring-projects", "title": "Navigate your Spring Boot projects", - "description": "The Spring Tools in your VS Code installation contribute Spring-specific symbols to help you navigate your projects. All the symbols start with `@`.\nYou can navigate to the symbols using the [Outline View](command:outline.focus) of the current file, via the [Go to Symbol in Editor...](command:workbench.action.gotoSymbol) or globally via [Go to symbol in Workspace...](command:workbench.action.showAllSymbols).\nIf you start your search with an `@`, the list of symbols will show the Spring-specific symbols only.\n[Reveal in Spring Boot Dashboard](command:spring.apps.focus)", + "description": "The Spring Tools in your VS Code installation contribute Spring-specific symbols to help you navigate your projects. All the symbols start with `@`.\nYou can navigate to the symbols using the [Outline View](command:outline.focus) of the current file, via the [Go to Symbol in Editor...](command:workbench.action.gotoSymbol) or globally via [Go to symbol in Workspace...](command:workbench.action.showAllSymbols).\nIf you start your search with an `@`, the list of symbols will show the Spring-specific symbols only.\nSome of the symbols are also shown as part of the Spring Boot Dashboard perspective, like all your Spring bean definitions and Spring MVC request mappings.\n[Reveal in Spring Boot Dashboard](command:spring.apps.focus)", "media": { "image": "walkthroughs/spring-symbols-navigation.png", "altText": "Go to Symbol in Workspace..."