Skip to content

Instantly share code, notes, and snippets.

View graphiert's full-sized avatar
🛌
Turu? Brutal!

Galih. graphiert

🛌
Turu? Brutal!
View GitHub Profile
@ppoffice
ppoffice / README.md
Last active November 2, 2025 10:01
Install Visual Studio Code (actually code-server) on Android
  1. Install Termux, an Android terminal emulator that provides a Linux execution environment and various tools.

  2. Update system packages in Termux:

    $ pkg update -y
@wanglf
wanglf / vscode-extension-offline.md
Last active October 31, 2025 12:58
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