Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(configuration): apply configuration changes instantly
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