Skip to content

Commit e63046c

Browse files
committed
change extension landing page
1 parent 8b0681b commit e63046c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

vscode-debugger-extension/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "temporal-workflow-debugger",
33
"displayName": "Temporal workflow debugger",
4-
"version": "0.1.6",
5-
"description": "Debug workflows by their ID or history file. Set breakpoints in code or on history events.",
4+
"version": "0.1.7",
5+
"description": "Debug workflows by setting breakpoints in workflow history and workflow code.",
66
"categories": [
77
"Debuggers",
88
"Visualization"
@@ -15,7 +15,8 @@
1515
],
1616
"repository": {
1717
"type": "git",
18-
"url": "https://github.com/phuongdnguyen/temporal-workflow-debugger/vscode-debugger-extension"
18+
"url": "https://github.com/phuongdnguyen/temporal-workflow-debugger",
19+
"directory": "vscode-debugger-extension"
1920
},
2021
"license": "MIT",
2122
"publisher": "phuongdnguyen",
@@ -129,4 +130,4 @@
129130
"vscode": "^1.89.0"
130131
},
131132
"icon": "logo.png"
132-
}
133+
}

0 commit comments

Comments
 (0)