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 06c5e24 commit 3a6b7f7Copy full SHA for 3a6b7f7
src/vs/workbench/browser/parts/editor/editorCommands.ts
@@ -283,7 +283,7 @@ export function mergeAllGroups(editorGroupService: IEditorGroupsService): void {
283
const target = editorGroupService.activeGroup;
284
for (const group of editorGroupService.getGroups(GroupsOrder.MOST_RECENTLY_ACTIVE)) {
285
if (group === target) {
286
- return; // keep target
+ continue; // keep target
287
}
288
289
editorGroupService.mergeGroup(group, target);
0 commit comments