Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>lazygit for everyoneNew to Visual Studio Code? Get it now.
lazygit for everyone

lazygit for everyone

spacian

|
81 installs
| (0) | Free
A lazygit wrapper for both windows and unix systems
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Features

This extension is a wrapper for lazygit (https://github.com/jesseduffield/lazygit). It should work on both Windows and Unix systems, utilizing cmd and bash respectively.

The extension provides five commands:

  • lazygit: lazygit for the default lazygit window for a repository in your workspace of your choice
  • lazygit: lazygit for repository of current file to open lazygit for the repository of the currently opened file
  • lazygit: log to filter lazygit by a repository in the current workspace of your choice (similar to calling git log --oneline on that repository).
  • lazygit: log for repository of current file to open the log for the repository of the currently opened file
  • lazygit: file history to show lazygit's file history of the currently opened file

The extension does not come with predefined shortcuts. You can define custom shortcuts in the VSCode shortcut editor.

Requirements

To use lazygit, you need lazygit installed and in your path. You can find install instructions for lazygit at https://github.com/jesseduffield/lazygit.

Release Notes

0.0.6

  • Fix command line crashes that started happening after some vscode update.

0.0.5

  • Use choice for workspace as backup for current file repository commands if the file is not in a repository.
  • Add error messages for failed commands.

0.0.4

  • Use CMD instead of PowerShell on Windows to improve startup time.

0.0.3

  • Add commands to filter repositories by current file.
  • Sort repositories by depth in the file system.

0.0.2

  • Choose repository if multiple are available.

0.0.1

  • Initial release.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft