A VS Code extension that integrates Lazygit into your sidebar. Run Lazygit directly within VS Code, either in the primary or secondary sidebar.
- Run Lazygit in VS Code's primary or secondary sidebar
- Full terminal emulation support
- Persistent sessions
- Native keyboard input handling
- VS Code 1.85.0 or higher
- Lazygit must be installed on your system
- Git (obviously!)
This extension is not yet published. To use it:
- Clone this repository
- Run
npm install
- Press F5 to start debugging
- Open the Command Palette (Ctrl/Cmd+Shift+P)
- Type "Lazygit" and select either:
- "Open Lazygit in Primary Sidebar"
- "Open Lazygit in Secondary Sidebar"
# Install dependencies
npm install
# Watch for changes
npm run watch
# Package the extension
npm run vscode:prepublish
MIT
Contributions are welcome! Please feel free to submit a Pull Request.