This is an extension that allows you to open lazygit in your VSCode instace without a bunch of steps. Lazygit is a TUI (Terminal User Interface) git client.
cmd+g g
orctrl+g g
for opening lazygit- You can also server for lazygit in the command pallet (
cmd + shift + p
-> lazygit) - users can add a custom keybind to the function
lazygit.openLazygit
.
- Lazygit must be installed on your system.
- for lazygit installation refer -> https://github.com/jesseduffield/lazygit
- No known issues, you can open issues here -> https://github.com/Chaitanya-Shahare/lazygit-for-vscode/issues
- Your contributions in the issues would be appreciated
- If lazygit is already open, the focus is returned to the terminal, instead of opening a new instance of lazygit.
- Fixed issue: when lazygit is opened, if any other terminals are active, terminal panel is not opened.
Initial release of lazygit for VSCode
- After quiting lazygit, the terminal is exited and the focus is returned to the editor
- If lazygit is already open, the focus is returned to the terminal, instead of opening a new instance of lazygit.
- Fixed issue: when lazygit is opened, if any other terminals are active, terminal panel is not opened.
Enjoy!