Skip to content

Commit

Permalink
Fix missing indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-clarke committed Oct 7, 2024
1 parent 04aa5eb commit 21a727e
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 @@ -237,7 +237,7 @@ def split_number(index: int):
]

if 0 <= index < len(ordinal):
actions.user.vscode(f"workbench.action.focus{ordinal}EditorGroup")
actions.user.vscode(f"workbench.action.focus{ordinal[index]}EditorGroup")

# splits.py support end

Expand Down

0 comments on commit 21a727e

Please sign in to comment.