X Custom Workflow
Tiny VS Code extension that adds two buttons to the integrated terminal toolbar:
- Copy – copies the entire contents of the active terminal to the clipboard
- Clear – clears the active terminal
No extra UI, no settings, just two buttons.
What it does
- Adds two icons to the terminal panel toolbar (top-right of the terminal):
- One to copy all terminal output
- One to clear the terminal
- Works on the currently active terminal.
How to use
- Open a terminal in VS Code (
View → Terminal).
- Use the toolbar buttons:
- Click Copy Terminal to copy everything in that terminal to the clipboard.
- Click Clear Terminal to clear that terminal.
Installation
From VSIX (local file)
- In VS Code, press
Ctrl+Shift+P / Cmd+Shift+P.
- Run “Extensions: Install from VSIX…”.
- Pick the
.vsix file for this extension.
- Reload VS Code if prompted.
From Marketplace (if published)
- Open the Extensions view.
- Search for “X Custom Workflow” (or
xander.x-custom-workflow).
- Click Install.
Requirements
- VS Code 1.103.0 or newer.
| |