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

I have an application that outputs file paths where an error has occurred (similar to how compilers output file-names with line numbers). It would be nice if I could click...

enhancement

Can you support defining the unit of this timestamp statistics as ms or us? example:[2023-09-26 18:24:17.035169]----------[2023-09-26 18:24:17.055344] example ms/unit:23.567ms example us/unit:23567us

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.10.3 to 22.13.4. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=22.10.3&new-version=22.13.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [jasmine](https://github.com/jasmine/jasmine-npm) from 5.5.0 to 5.6.0. Release notes Sourced from jasmine's releases. v5.6.0 Please see the release notes. Commits 2297f7a Bump version to 5.6.0 9a8bb58 Update copyright date See full...

dependencies

Bumps [jasmine-core](https://github.com/jasmine/jasmine) from 5.5.0 to 5.6.0. Release notes Sourced from jasmine-core's releases. v5.6.0 Please see the release notes. Commits d5872bb Fixed Safari footnotes in release notes c4f4edd Bump version to...

dependencies

Bumps [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode) from 1.96.0 to 1.97.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/vscode&package-manager=npm_and_yarn&previous-version=1.96.0&new-version=1.97.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

> [!WARNING] > Dependabot will stop supporting `npm v6`! > > Please upgrade to one of the following versions: `v7`, `v8`, `v9`, or `v10`. > Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.7.2 to...

dependencies

Is there a possibility to view logfiles on an ssh-remote?

Hello, I'd like to prevent the automatic highlighting of some pre-defined tokens that are not relevant for my log files, e.g. {"scope": "log.constant", "settings": {"fontStyle": "", "foreground": "#88888888"}}, {"scope": "log.date",...

Sample: ``` 2024-09-10T05:49:11.0369141Z VERBOSE: Exporting function 'Select-Match'. 2024-09-10T05:49:11.0369354Z VERBOSE: Exporting function 'Get-Endpoint'. 2024-09-10T05:49:11.0369567Z VERBOSE: Exporting function 'Get-SecureFileTicket'. 2024-09-10T05:49:11.0369781Z VERBOSE: Exporting function 'Get-SecureFileName'. ```