Skip to content
| Marketplace
Sign in
Visual Studio Code>Testing>Extension Auto InstallerNew to Visual Studio Code? Get it now.
Extension Auto Installer

Extension Auto Installer

Yang Zhao

|
482 installs
| (0) | Free
Auto install extensions from private sources
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Extension Auto Installer

This extension is designed for users who want to install extensions that are privately listed. E.g. In a large organization/enterprise, you may have your own extensions that are not published to the marketplace. You can use this extension to install those extensions.

The extension would work better if the private extensions are integrated with Extension Auto Updater, which can automatically update your extensions from a private sources.

✅ Extension Auto Installer (this extension) will install the extensions. - Private Distribution
🟩 Extension Auto Updater will manage the future updates for your extensions. - Continuous Delivery

If you only want to install extensions from the marketplace, you probably don't need this extension. Use workspace recommended extension instead.

Features

Auto install extensions from a list of extensions in a file. The extension source can be:

  • Marketplace (with extension id)
  • VSIX (with file path)
  • Web (with url)

Usage

Add the extension you want to install to your workspace's .vscode/settings.json file:

    "auto-installer.extensions": [
        {
            "id": "esbenp.prettier-vscode" // If the uri leaves empty, it will be installed from marketplace
        },
        {
            "id": "yangzhao.awesome-extension",
            "uri": "https://.../extension.vsix" // The extension is hosted on a web server
        },
        {
            "id": "yangzhao.config-inspector",
            "uri": "../extensions/auto-updater.vsix"
        }
    ]

Release Notes

See CHANGELOG section.

License

This project is licensed under the MIT License.

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