Skip to content

Commit 0d43a4c

Browse files
committed
vscode-extension: refactor options
1 parent 9e8e1b6 commit 0d43a4c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,6 @@ Debugging Temporal workflows has traditionally been challenging. Execution of a
1010

1111
This debugger solves these challenges by leveraging the **workflow replayer** - it reconstructs workflow execution from Temporal's event history, allowing you to debug exactly what happened during the original execution.
1212

13-
## Installation
14-
15-
### **JetBrains Plugin (GoLand)**
16-
<script src="https://plugins.jetbrains.com/assets/scripts/mp-widget.js"></script>
17-
<script>
18-
MarketplaceWidget.setupMarketplaceWidget('install', 28127, "#jetbrains-install-button");
19-
</script>
20-
<div id="jetbrains-install-button"></div>
21-
22-
### **VS Code Extension**
23-
- [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=phuongdnguyen.temporal-workflow-debugger&ssr=false#overview)
24-
2513
## Key Features
2614

2715
### **Seamless IDE Integration**

0 commit comments

Comments
 (0)