mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 15:44:31 +03:00
98f314ba21
I went with inline approach directly within the panel. First, enable workflow debugging in the hamburger menu (this works retroactively as well): ![image](https://github.com/user-attachments/assets/d2ab8edf-bb7b-49a4-8f70-9a6fe94dc7dd) This enables debug buttons in the header of each step: ![image](https://github.com/user-attachments/assets/3b5d479f-7473-4c41-a2e7-8c10bb71f0ff) Enabling one pretty-prints the workflow step internals: ![image](https://github.com/user-attachments/assets/e651e826-1270-49ff-8bb6-046c07c006bf) Release Notes: - N/A
2 lines
418 B
XML
2 lines
418 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-microscope"><path d="M6 18h8"/><path d="M3 22h18"/><path d="M14 22a7 7 0 1 0 0-14h-1"/><path d="M9 14h2"/><path d="M9 12a2 2 0 0 1-2-2V6h6v4a2 2 0 0 1-2 2Z"/><path d="M12 6V3a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v3"/></svg>
|