- Copy content of
vsix-bookmarklet, create a bookmark in your browser. - Navigate to the web page of the VS Code extension you want to install.
- Click the bookmark you just created, then click the download button.
- After download finished, rename the file extension to
*.vsix. - In VS Code, select Install from VSIX... in the extension context menu.
A VS Code extension's offline install package (VSIX) is available at:
https://${publisher}.gallery.vsassets.io/_apis/public/gallery/publisher/${publisher}/extension/${extension name}/${version}/assetbyname/Microsoft.VisualStudio.Services.VSIXPackage
Take the syntax highlight extension for Vue.js as an example:
https://marketplace.visualstudio.com/items?itemName=liuji-jim.vue
- The
itemNamequery is a composition of publisher and extension name, separated with a dot. - The publisher is
liuji-jim. - The extension name is
vue. - The latest version number is in More Info section on the right side.
So the package can be downloaded via this URL:
https://liuji-jim.gallery.vsassets.io/_apis/public/gallery/publisher/liuji-jim/extension/vue/0.1.3/assetbyname/Microsoft.VisualStudio.Services.VSIXPackage