Skip to content

Commit

Permalink
Fix maximize split VSCode action (#1583)
Browse files Browse the repository at this point in the history
It looks like the vscode command has changed.
  • Loading branch information
david-tejada authored Nov 2, 2024
1 parent 720572f commit f968f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/vscode/vscode.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def split_flip():
actions.user.vscode("workbench.action.toggleEditorGroupLayout")

def split_maximize():
actions.user.vscode("workbench.action.maximizeEditor")
actions.user.vscode("workbench.action.toggleMaximizeEditorGroup")

def split_reset():
actions.user.vscode("workbench.action.evenEditorWidths")
Expand Down

0 comments on commit f968f36

Please sign in to comment.