vscode-logfile-highlighter icon indicating copy to clipboard operation
vscode-logfile-highlighter copied to clipboard

A Visual Studio Code extension for color highlighting log files

Results 31 vscode-logfile-highlighter issues
Sort by recently updated
recently updated
newest added

Switch to https://app.travis-ci.com/ from https://travis-ci.org. Apparently no builds are migrated automatically.

A regex with the flag `/i` should match regardless if the string contain upper of lower case letters. However, I am not able to make this work using this extension....

I tried using custom settings but couldn't define highlighting for multiline log sections such as dumped SQL request. How could I get this working?

bug

Is it possible to highlight the whole line when the line doesn't match a regular expression?

bug

Hi, My log style is completely different from the default styles(log4net,time format,etc.). I hope you can add a setting that makes it easy for me to disable all preset styles....

Hi there, I like your extension but I am coming from Atom and was used to this extension. https://atom.io/packages/language-log It had the "filter" option to either filter by string, or...

Hi, I am really impressed how simple and useful is elapsed time calculation. Although I am working on some real-time system and my logs have microsecond precision, which gets duration...

enhancement

Not so rare logs are actually not `.log` files, but `.txt` or even other file endings. However, almost all of them have “log” somewhere in their filename e.g. `eventlogs.txt`. IMHO...

For example, I might want to highlight the whole line where an error occurred so it's easier to find when scrolling