Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Terminal Output CopyNew to Visual Studio Code? Get it now.
Terminal Output Copy

Terminal Output Copy

Pushp Terminal Tools

|
3 installs
| (0) | Free
Automatically copies the output of completed terminal commands.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Terminal Output Copy

Automatically copy the output produced by every completed command in the VS Code integrated terminal.

Use

  1. Open this folder in VS Code and run npm install followed by npm run compile.
  2. Press F5 to open the Extension Development Host.
  3. Run a command in its integrated terminal, for example echo hello.
  4. Its output is now in your clipboard.

Use the status-bar control or the Terminal Output Copy: Toggle Auto-copy command to disable automatic copying. Terminal Output Copy: Copy Last Output copies the most recently captured command output again.

Requirement

The extension depends on VS Code terminal shell integration. It works in ordinary integrated shells that support shell integration, but not in task terminals or terminals where integration has been disabled. It can only capture commands run after the extension has activated.

Package for installation

Install @vscode/vsce and run npx vsce package after compiling. This produces a .vsix file you can install through Extensions: Install from VSIX....

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
  • Your Privacy Choices
  • Consumer Health Privacy
© 2026 Microsoft