Skip to content

Instantly share code, notes, and snippets.

@illola
illola / vscode-extension-offline.md
Last active January 26, 2025 17:30 — forked from wanglf/vscode-extension-offline.md
Download VS Code extensions as VSIX (UPD 2025)

How to use?

  • 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.
    download
  • After download finished, rename the file extension to *.vsix.
  • In VS Code, select Install from VSIX... in the extension context menu.
    vsc