Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Terminal-Clipboard-image-simpleNew to Visual Studio Code? Get it now.
Terminal-Clipboard-image-simple

Terminal-Clipboard-image-simple

Tomzah

| (0) | Free
Save clipboard images to a temp PNG file and paste the file path into terminal or editor
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Clipboard Image Paste

Save an image from your clipboard into a temporary .png file and paste that file path directly into VS Code.

This extension is useful when you work in terminals, CLIs, or scripts that expect an image file path instead of inline image data.

Features

  • Creates a temporary image file from clipboard content.
  • Inserts the image path into the active terminal (when terminal is focused) or active text editor.
  • Falls back to normal paste behavior if clipboard does not contain an image.

Command

  • Clipboard Image Paste: Paste Clipboard Image
  • Command ID: clipboardImage.paste

Default Keybinding

  • Ctrl+V when terminalFocus is true

Requirements

  • Windows: no extra tools required
  • macOS: no extra tools required
  • Linux: xclip must be available in PATH

How It Works

The extension saves images into a temporary folder:

  • Windows: %TEMP%\vscode-clipboard-images
  • macOS/Linux: OS temp directory ($TMPDIR / /tmp)

File format:

  • clipboard-<timestamp>.png

Notes

  • This extension does not override normal editor paste by default; the keybinding is scoped to terminal focus.
  • Temporary files are not auto-cleaned by this extension.

Development

npm install
npm run compile

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft