A VS Code extension that showcases Lain GIFs in the IDE, providing a companion-like experience similar to VS Code pets.
- Displays Lain GIFs in the Explorer sidebar.
- Weighted random selection of GIFs to keep the experience fresh.
- Dynamic duration detection for smooth transitions.
To install the extension locally for development or personal use, follow these steps:
-
Clone the repository:
git clone https://github.com/gabriquaranta/lain-vscode.git cd lain-vscode -
Install dependencies:
npm install
-
Package the extension: Use the VS Code Extension Manager to package the extension into a
.vsixfile:npx @vscode/vsce package
-
Install from VSIX:
- Open Visual Studio Code.
- Go to the Extensions view (
Ctrl+Shift+X). - Click on the ... (More Actions) menu in the top right corner of the Extensions view.
- Select Install from VSIX....
- Browse to the generated
.vsixfile and select it.
