Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save CypherpunkSamurai/31d034f36f1cfc1914955f356d00b85b to your computer and use it in GitHub Desktop.
Save CypherpunkSamurai/31d034f36f1cfc1914955f356d00b85b to your computer and use it in GitHub Desktop.
How to Install VSCode Extensions to .vscode Worspace Folder

How to Install VSCode Extensions to .vscode Worspace Folder

I often switch workspaces and installing extensions globally takes around a lot of space. I want to keep an extension to a workspace and never have to deal with the extension load later on.

Installing Extension Manually to Workspace

  1. Open Your User Settings JSON and set extensions.experimental.supportWorkspaceExtensions to true.
  2. Search for the Extension on Marketplace, or use VSIX Downloader
  3. Get the VSIX file for the Extension
  4. Extract it to .vscode/extensions folder.
  5. Reload Workspace.

Credits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment