Skip to content

Commit

Permalink
feat(configuration): apply configuration changes instantly
Browse files Browse the repository at this point in the history
Apply config changes for:
- filters
- configs
- decorations
- maxNumberLogs
instantly.
Enables to change configuration in json if documents are opened.
All filter changes are now debounced with 500ms until they are applied.
Changing filter configs with an open document does not reapply the load-time filters. (no bug)
Load-time filters will even be removed from the filter tree-view (minor bug).
If multiple filters with same id exist in config only the first one will be
used. The others are skipped (no bug) and a console.warning is logged.
Please correct your config in those cases.
  • Loading branch information
mbehr1 committed Dec 31, 2020
1 parent 757e0be commit a792b87
Show file tree
Hide file tree
Showing 2 changed files with 249 additions and 80 deletions.
Loading

0 comments on commit a792b87

Please sign in to comment.