Skip to content

Commit e6281cf

Browse files
authored
walkthrough: add links to debug tutorial (#696)
Signed-off-by: Yan Zhang <[email protected]>
1 parent 611338b commit e6281cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
{
127127
"id": "java.showDebugView",
128128
"title": "Launch and debug your app",
129-
"description": "The debugger will automatically find the entry point of your project, launch it and start debugging.\n[Show Run and Debug View](command:workbench.view.debug)",
129+
"description": "The debugger will automatically find the entry point of your project, launch it and start debugging.\n[Show Run and Debug View](command:workbench.view.debug)\n[Learn More...](https://code.visualstudio.com/docs/java/java-debugging)",
130130
"media": {
131131
"image": "walkthrough/debugger.png",
132132
"altText": "Running and Debugging"

0 commit comments

Comments
 (0)