Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Extension ManagerNew to Visual Studio Code? Get it now.
Extension Manager

Extension Manager

webstp

|
5,177 installs
| (4) | Free
Manage your extensions
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Extension Manager

The Purpose of this extension is to help manage your extensions. Currently this only manages a list of extension that you wish to install.

Install

Open up VS Code and then hit F1 and type ext, select install and then type Extension Manager. hit enter and reload the window to enable the extensions.

Settings

In your settings file you can include a list of extension that you wish to be installed

settings.json
{
    "extension-manager.extensions": [
        "publisher.extension" //replace this with desired extension
    ]
}

Commands

  • Extension Manager: Install Missing Extensions - to install missing extensions from your list defined in settings.json
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft