Skip to content

Instantly share code, notes, and snippets.

View Oyveloper's full-sized avatar

Øyvind Oyveloper

View GitHub Profile
@Oyveloper
Oyveloper / json
Created March 23, 2023 12:23
VSCode Lazygit task
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "maximize_terminal",
"command": "${command:workbench.action.toggleMaximizedPanel}",
},
{