Skip to content

A quick attempt to integrate Lazygit with VS Code.

Notifications You must be signed in to change notification settings

kdevnel/lazygit-vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lazygit VS Code

A VS Code extension that integrates Lazygit into your sidebar. Run Lazygit directly within VS Code, either in the primary or secondary sidebar.

Features

  • Run Lazygit in VS Code's primary or secondary sidebar
  • Full terminal emulation support
  • Persistent sessions
  • Native keyboard input handling

Requirements

  • VS Code 1.85.0 or higher
  • Lazygit must be installed on your system
  • Git (obviously!)

Installation

This extension is not yet published. To use it:

  1. Clone this repository
  2. Run npm install
  3. Press F5 to start debugging

Usage

  1. Open the Command Palette (Ctrl/Cmd+Shift+P)
  2. Type "Lazygit" and select either:
    • "Open Lazygit in Primary Sidebar"
    • "Open Lazygit in Secondary Sidebar"

Development

# Install dependencies
npm install

# Watch for changes
npm run watch

# Package the extension
npm run vscode:prepublish

License

MIT

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

About

A quick attempt to integrate Lazygit with VS Code.

Topics

Resources

Stars

Watchers

Forks