Add shortcut to dashboard

Signed-off-by: Yan Zhang <yanzh@microsoft.com>
This commit is contained in:
Yan Zhang
2022-11-09 13:09:51 +08:00
parent 8350c5be7d
commit 08a6d456b7

View File

@@ -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..."