Skip to content

Commit b8e7516

Browse files
committed
try add install button for jetbrains
1 parent 10a4234 commit b8e7516

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@ 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+
1325
## Key Features
1426

1527
### **Seamless IDE Integration**
@@ -35,7 +47,15 @@ Currently available for Go users on GoLand: install the plugin and debug your wo
3547
### **Installation Options**
3648

3749
**IDE Plugins:**
38-
- [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/28127-temporal-workflow-debugger)
50+
51+
**JetBrains Plugin:**
52+
<script src="https://plugins.jetbrains.com/assets/scripts/mp-widget.js"></script>
53+
<script>
54+
MarketplaceWidget.setupMarketplaceWidget('install', 28127, "#jetbrains-install-button");
55+
</script>
56+
<div id="jetbrains-install-button"></div>
57+
58+
**VS Code Extension:**
3959
- [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=phuongdnguyen.temporal-workflow-debugger&ssr=false#overview)
4060

4161
**Replayer Adapters for Temporal SDK Languages:**

0 commit comments

Comments
 (0)