Skip to content

Commit

Permalink
fix: entry not always listed in Settings editor (microsoft#224035)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzhao271 authored Jul 27, 2024
1 parent caa558b commit 12fecf5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1388,6 +1388,7 @@ export class SettingsEditor2 extends EditorPane {
displayName: extension.displayName,
}
};
groups.push(additionalGroup);
additionalGroups.push(additionalGroup);
setAdditionalGroups = true;
}
Expand Down

0 comments on commit 12fecf5

Please sign in to comment.