[debug] add 'filter' toolbar item for the debug console #6067
Labels
debug
issues that related to debug functionality
enhancement
issues that are enhancements to current functionality - nice to haves
help wanted
issues meant to be picked up, require help
Description
A useful feature to have is to be able to filter down the message types for the
debug console
.This will allow users to quickly see information that they care about without the noise.
The feature should display the
MessageTypes
as toggles so that messages can be turned on/off.https://github.com/theia-ide/theia/blob/2b90849901d25b9b8b0eaa013511c132909167e4/packages/core/src/common/message-service-protocol.ts#L22-L28
When clicking the toolbar item the user has the option to select/un-select the following:
Errors
Error
MessagesWarnings
Warning
MessagesInfo
Info
MessagesLog
Debug
MessagesThe text was updated successfully, but these errors were encountered: