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.
- Open Your User Settings JSON and set
extensions.experimental.supportWorkspaceExtensions
totrue
. - Search for the Extension on Marketplace, or use VSIX Downloader
- Get the VSIX file for the Extension
- Extract it to
.vscode/extensions
folder. - Reload Workspace.