Skip to content

Commit 5e91151

Browse files
committed
docs: more about vscode linking
1 parent 3451eed commit 5e91151

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A single-file GUI for your php log files which groups similar errors. Written in
55
- Reads the specified log file and automatically shows you new errors when they appear.
66
- Groups errors with similar text. This is far from perfect and just works with the (default) log-format like:
77
```[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)).
99

1010
## Disclaimer
1111
- This contains code for deleting your log-file.
@@ -46,8 +46,8 @@ vscode_path_replace='C:/my-repository/'
4646
```
4747

4848
## Linking
49-
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).
50+
This works for the following samples:
5151

5252
- <mark>/srv/www/web/app/themes/defaultspace/functions.php(605)</mark>: get_post_card(Object(WP_Post), Array)
5353
- PHP Fatal error: Uncaught TypeError: ..., called in <mark>C:\foo\bar/themes/defaultspace/functions.php on line 605</mark>

0 commit comments

Comments
 (0)