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

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.11.9 to 18.11.10. 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=18.11.9&new-version=18.11.10)](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

I have configured this in the settings.json: "editor.largeFileOptimizations": false But it seems not work on large files (about a 720kB log file). It's good in another 48kB log file. The...

The file https://github.com/emilast/vscode-logfile-highlighter/blob/master/syntaxes/log.tmLanguage is not well formed in lines 42, 69, 96, 123, 150, 168, 239, 279, This prevents it from being read by an XML parser. It contains an...

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.4 to 4.9.3. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typescript&package-manager=npm_and_yarn&previous-version=4.8.4&new-version=4.9.3)](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) and [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine). These dependencies needed to be updated together. Updates `jasmine` from 3.99.0 to 4.5.0 Release notes Sourced from jasmine's releases. 4.5.0 Please see the release notes. 4.4.0...

dependencies

It would be nice to support something like this ``` "logFileHighlighter.customPatterns": [ { "pattern": "somepattern", "action": "HidePattern" // this could be done with blank on black. but would be much...

enhancement

Would be nice to parse separated `Date | Time` format ![image](https://user-images.githubusercontent.com/5301844/64918714-d0dbf900-d7aa-11e9-95fa-d35da7fac717.png) Removing `| ` works ![image](https://user-images.githubusercontent.com/5301844/64918722-0d0f5980-d7ab-11e9-99eb-2000ef85ac90.png) Didn't find a setting to customize this behavior.

bug

On large files, it would be very convenient to see highlighting on the minimap too. Is it possible? Thanks

In my environment, I start/stop an application a lot during debugging. Each time, the application produces a new log file (with timestamp in filename). It would be really neat to...

Is there a way to use the custom highlighting patterns and attach them to the predefined log items? e.g.: ``` "logFileHighlighter.customPatterns": [ { "pattern": "E/\\w+", "scope": "log.error" }, { "pattern":...

enhancement