Skip to content

Commit e9e6eb4

Browse files
authored
fix: entry not always listed in Settings editor (microsoft#224038)
1 parent 73c3533 commit e9e6eb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/workbench/contrib/preferences/browser/settingsEditor2.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1388,6 +1388,7 @@ export class SettingsEditor2 extends EditorPane {
13881388
displayName: extension.displayName,
13891389
}
13901390
};
1391+
groups.push(additionalGroup);
13911392
additionalGroups.push(additionalGroup);
13921393
setAdditionalGroups = true;
13931394
}

0 commit comments

Comments
 (0)