We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3fbe65 commit 3c4aadaCopy full SHA for 3c4aada
src/actions/commands/window.ts
@@ -133,7 +133,7 @@ class VerticalSplit extends BaseCommand {
133
public override async exec(position: Position, vimState: VimState): Promise<void> {
134
vimState.postponedCodeViewChanges.push({
135
command: 'workbench.action.splitEditor',
136
- args: {},
+ args: undefined,
137
});
138
}
139
@@ -149,7 +149,7 @@ class OrthogonalSplit extends BaseCommand {
149
150
151
command: 'workbench.action.splitEditorOrthogonal',
152
153
154
155
0 commit comments