You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ A single-file GUI for your php log files which groups similar errors. Written in
5
5
- Reads the specified log file and automatically shows you new errors when they appear.
6
6
- Groups errors with similar text. This is far from perfect and just works with the (default) log-format like:
7
7
```[12-Jun-2030 12:58:55] PHP Notice: ...```
8
-
- Can be configured so clicking on an error will directly [bring you to the mentioned file and line in vscode](https://code.visualstudio.com/docs/editor/command-line#_opening-vs-code-with-urls).
8
+
- Can be configured so clicking on an error will directly bring you to the mentioned file and line in vscode ([more below](#linking)).
The log viewer extracts paths and line numbers from your log file (transforms them) and creates vscode links.
50
-
It works for the following samples:
49
+
The log viewer extracts paths and line numbers from your log file (transforms them) and creates [vscode links](https://code.visualstudio.com/docs/editor/command-line#_opening-vs-code-with-urls).
0 commit comments