Download VSCode Extensions

Enter a VSCode extension ID (like ms-python.python) or marketplace URL to get direct download links. Perfect for offline installations, CI/CD pipelines, or when the marketplace is inaccessible. Also works for Cursor, Windsurf AI editor, and other VSCode-compatible editors that support .vsix plugins and themes.

Extension Downloader Tool

You can enter either an extension ID (publisher.extensionName) or a full marketplace URL

Extension Information

How to Use

  1. Find Your Extension

    Get the extension ID from the marketplace URL or copy it directly. Extension IDs follow the format: publisher.extensionname

  2. Enter the Information

    Paste either the extension ID or the full marketplace URL into the input field above.

  3. Download

    Click the download button to get the .vsix file directly from Microsoft's servers.

  4. Install

    Install the extension in VSCode using code --install-extension extension.vsix or through the Extensions view → Install from VSIX.

Frequently Asked Questions

What is a VSCode extension ID?

A VSCode extension ID is a unique identifier for each extension in the format publisher.extensionname. You can find it in the marketplace URL or in the extension details page.

Why would I need to download extensions manually?

Manual downloads are useful for offline installations, automated deployments, CI/CD pipelines, or when working in environments without direct marketplace access.

How do I install a downloaded .vsix file?

You can install a .vsix file using the command code --install-extension extension.vsix in your terminal, or through VSCode's Extensions view by clicking "Install from VSIX".

Does this work with VSCode alternatives like Cursor, Windsurf, or Trea?

Yes! Most VSCode alternatives including Cursor, Windsurf AI editor, Codium, and other editors that support .vsix files can use these extensions. The .vsix format is compatible with many modern code editors.

Can I download themes and plugins using this tool?

Absolutely! VSCode extensions include themes, plugins, snippets, debuggers, and productivity tools. Popular themes like Dracula, One Dark Pro, Material Theme, and plugins like Prettier, ESLint, and GitLens are all available.