Skip to content

Instantly share code, notes, and snippets.

View wanglf's full-sized avatar

wanglf wanglf

View GitHub Profile
@wanglf
wanglf / vscode-extension-offline.md
Last active July 16, 2024 07:34
Download VS Code extensions as VSIX

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