From 08a6d456b71bc1ca74c0be05fcbd59d5639c499b Mon Sep 17 00:00:00 2001 From: Yan Zhang Date: Wed, 9 Nov 2022 13:09:51 +0800 Subject: [PATCH] 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 d53e96137..576126be7 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..."