IBM-Cloud / vscode-log-output-colorizer

Language extension for VSCode that adds syntax colorization for both the output/debug/extensions panel and *.log files.
https://marketplace.visualstudio.com/items?itemName=IBM.output-colorizer
MIT License
111 stars 28 forks source link

Expansion: Allow for identifying Log output as Semantic #27

Open hanseltime opened 2 years ago

hanseltime commented 2 years ago

Uses the "Log" language that was introduced by this extension and listens to each log document to scan it for semantics.

Semantics can be configured by the user as outlined in the readme (including their colors).

Please let me know if this should be its own extension. I wanted to pair it with the language definition that I would rely on to detect the document.

Thanks in advance!