File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
vscode-debugger-extension Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 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"
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" ,
129130 "vscode" : " ^1.89.0"
130131 },
131132 "icon" : " logo.png"
132- }
133+ }
You can’t perform that action at this time.
0 commit comments