-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Filter out preferences without group names
Fixes #5066 Currently, if a preference in Theia is malformed, the `preference-tree` will not display correctly. Instead of adding an invalid preference group name, filter the names out of the tree completely. In addition, preferences which statisfy the condition `isSectionName` should not be added to the tree since their `Add Value` functionality does not work. Signed-off-by: Vincent Fugnitto <[email protected]>
- Loading branch information
1 parent
5da6c8d
commit e783f50
Showing
1 changed file
with
30 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters