Skip to content

Releases: barnim/vscode-ext-markdown-code-copy-button

v0.1.1

10 Dec 17:59

Choose a tag to compare

Markdown Code Copy Button – v0.1.1

This release contains the updated VSIX package for the “Markdown Code Copy Button” extension.

🔧 What’s new

  • Added marketplace metadata (homepage, bugs URL, keywords, categories).
  • README now includes a screenshot preview of the copy button.
  • Improved button UX (icon + label, instant visual feedback).
  • Added an activation event for TypeScript tests.
  • Minor code structure cleanup.

📦 Installation Options

1. Install from Visual Studio Marketplace (recommended)

https://marketplace.visualstudio.com/items?itemName=barnim.markdown-code-copy-button

2. Install from Open VSX (for VSCodium / OSS builds)

https://open-vsx.org/extension/barnim/markdown-code-copy-button

3. Manual installation (.vsix)

If you prefer to install the extension manually:

  1. Download the .vsix file from this release.
  2. In VS Code open the command palette:
    Ctrl+Shift+P → Extensions: Install from VSIX...
    
  3. Select the downloaded file.
  4. Reload VS Code if prompted.

📝 Summary

This extension adds a GitHub-like Copy to Clipboard button to every fenced code block in the Markdown Preview.
Works with both light and dark themes and respects VS Code styling tokens.

If you encounter any issues or have feature requests, feel free to open an issue on GitHub.