VS Code Extension Offline Downloader

One-click to get offline download links for VS Code extensions.

Enter the Marketplace URL of the extension to download, one per line.

Frequently Asked Questions

How to use this tool to download VS Code plugins?

1. Open the Extensions for Visual Studio Code website.

2. Search for the plugin you need and go to its details page.

3. Copy the full URL from your browser's address bar.

4. Paste the copied URL into this tool's input field.

5. Click the "Generate Download Links" button and wait a moment to get the download information.

Why do I need to download VS Code plugins offline?

In some situations, you might not be able to install plugins directly from within VS Code or the Marketplace website, for example:

  • The computer you are using is on a corporate intranet with restricted access to external networks.
  • Your network environment is unstable or slow.
  • You need to install plugins on a device without an internet connection.

This tool helps you get the plugin's `.vsix` installation file for easy offline installation.

What format are the downloaded plugins? How do I install them?

This tool provides plugin installation packages in `.vsix` format. You can install them offline in VS Code in the following two ways:

Method 1: Install via Command Palette

  1. Open VS Code.
  2. Press Ctrl+Shift+P (Windows/Linux) or Cmd+Shift+P (Mac) to open the Command Palette.
  3. Type "Install from VSIX" and select the command.
  4. In the file selection dialog that appears, find and select the `.vsix` file you downloaded.
  5. VS Code will start installing the plugin. Some plugins may require restarting VS Code after installation.

Method 2: Install via Drag and Drop

  1. Open VS Code.
  2. Click the Extensions icon (usually four squares) in the Activity Bar on the left to open the Extensions view.
  3. Drag and drop the downloaded `.vsix` file directly into the Extensions view sidebar.
  4. VS Code will prompt you to install. Confirm to begin the installation. Some plugins may require restarting VS Code after installation.
What if generating download links fails?

Please try the following steps:

  • Ensure the plugin URL you entered is correct and from the official VS Code Marketplace.
  • Check if your network connection is working.
  • Some plugins may not be downloadable through this tool due to special reasons, such as paid plugins or plugins with specific licenses.
  • If the problem persists, please try again later.
Is this tool free?

Yes, this tool is free to use and aims to help developers get VS Code plugins more conveniently.