简体中文 | English
A web-based tool for downloading VSCode extensions for offline installation. This tool allows you to easily download .vsix files from the official Visual Studio Code Marketplace for different cpu archs and versions.
Visit the live demo: VSCode Extension Downloader
-
Search for an extension:
- Enter the extension ID (e.g.,
ms-python.python) - Or paste the marketplace URL (e.g.,
https://marketplace.visualstudio.com/items?itemName=ms-python.python)
- Enter the extension ID (e.g.,
-
Select architecture :
- Choose the appropriate architecture for your system, eg:
linux-x64 universalextensions work on all platforms
- Choose the appropriate architecture for your system, eg:
-
Choose version:
- Select from available versions, default is latest
-
Download:
- Click the download button to get the
.vsixfile
- Click the download button to get the
-
Offline install
- Open VSCode
- Press
Ctrl+Shift+P(orCmd+Shift+Pon Mac) - Type "Extensions: Install from VSIX..."
- Select the downloaded
.vsixfile - Restart VSCode if prompted
You can local deploy this project as follows:
-
Clone the repository
git clone https://github.com/crimson-gao/vscode-extension-downloader.git cd vscode-extension-downloader -
Install dependencies
yarn install
-
Start development server
yarn dev
All extension resources are sourced from the official Visual Studio Code Marketplace. This tool serves as a download facilitator only. We do not host, modify, or take responsibility for any extension content, functionality, or potential issues. Users download extensions at their own discretion and risk.
Make sure the url is trustable before you download from it.
