vscode-logfile-highlighter
vscode-logfile-highlighter copied to clipboard
Feature request: support files with regex `*log*.txt` as filename as well
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 it would make sense to look not only for .log
as a file ending but also for the *log*.txt
pattern and activate the extension upon those filenames also.
See also https://github.com/emilast/vscode-logfile-highlighter/issues/465#issuecomment-1613825274 how this can be manually achieved.
Great extension nevertheless! Love it!