Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Alloy - Terminal Image PasteNew to Visual Studio Code? Get it now.
Alloy - Terminal Image Paste

Alloy - Terminal Image Paste

Alloy Systems

|
1 install
| (0) | Free
Paste clipboard images into coding-agent terminals as project-local file paths.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Alloy - Terminal Image Paste

Paste clipboard images into coding-agent terminals as project-local file paths.

Install from the Marketplace

  1. Open the Extensions view in the local desktop VS Code window that owns your clipboard.
  2. Search for Alloy - Terminal Image Paste from publisher Alloy Systems (alloycx).
  3. Select alloycx.terminal-screenshot-paste, then choose Install.

For Remote-SSH, install and enable the extension on the Local/UI side, not on the remote host. Linux clipboard helpers are also required on the desktop UI machine where VS Code runs. Screenshot files are still written to the selected remote workspace through VS Code.

Behavior

With an integrated terminal focused, press Ctrl+V on Windows/Linux or Cmd+V on macOS. While the intercepted paste is pending, an animated Pasting… indicator appears in the VS Code status bar. Plain text uses VS Code's normal terminal paste. A clipboard image is saved to <workspace-root>/.docs/screenshots/Screenshot_N.png (or .jpg on Linux when only JPEG is available), its absolute path replaces the clipboard content, and that path is pasted without pressing Enter. After the save, the extension makes a best-effort request to refresh VS Code Explorer. If refresh is unavailable or fails, clipboard replacement and terminal paste continue, and the saved screenshot may require a manual Explorer refresh to appear. Successful image and plain-text pastes do not show notifications.

The extension registers its paste command with VS Code's terminal keybinding dispatcher. A standard installation does not require a manual settings.json change. If an explicit user or workspace setting overrides interception, the extension shows an action that repairs only the conflicting terminal settings after confirmation.

The deepest matching workspace root is selected from the active terminal's current working directory. A single open root is the fallback; ambiguous multi-root workspaces prompt for a root.

Requirements

  • VS Code 1.93 or newer on Windows, macOS, or Linux desktop.
  • A trusted local or Remote-SSH workspace.
  • Linux Wayland: wl-paste from the wl-clipboard package.
  • Linux X11: xclip.

Linux installation examples

sudo apt install wl-clipboard
sudo apt install xclip

Install the package appropriate for the active Wayland or X11 session.

The extension checks for these helpers on the local Linux UI machine. If neither is installed, an actionable notification offers to open a dedicated terminal with the detected package-manager command already inserted. The command is not executed until Enter is pressed. A second action copies the exact command, and remains available if the terminal cannot be opened.

The extension never runs a package manager or sudo silently. In a Remote-SSH window on a Linux desktop, it offers only Copy Install Command because the public terminal API cannot guarantee that a newly created terminal is local. Run the copied command in a local desktop terminal; the extension never inserts it into the active remote coding-agent terminal.

Install from a VSIX (fallback)

Use a VSIX only for development or recovery when Marketplace installation is unavailable:

  1. Open the local desktop VS Code window that owns your clipboard.
  2. Run Extensions: Install from VSIX... from the Command Palette.
  3. Select the terminal-screenshot-paste-0.1.3.vsix file and restart VS Code when prompted.

Privacy

The extension reads the clipboard only when its terminal paste command runs. It performs no uploads, network requests, telemetry, or background clipboard monitoring.

Troubleshooting

  • If no workspace matches the terminal directory, select the intended root when prompted.
  • If Linux image paste reports a missing helper, use Open Install Terminal or Copy Install Command in the notification, then restart VS Code after installation.
  • If terminal settings explicitly send all keybindings to the shell, use Enable Terminal Paste Interception in the warning notification.
  • If automatic paste fails after saving, the path remains in the clipboard and can be pasted manually.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft