Skip to content

Commit 5aae2d6

Browse files
committed
[docs] Add example of editorUrl value config on Visual Studio Code
1 parent e23b9fe commit 5aae2d6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ parameters:
5353
```
5454

5555
When you haven't done so, make sure to configure the [editorUrl](https://phpstan.org/user-guide/output-format#opening-file-in-an-editor):
56+
5657
```neon
5758
parameters:
59+
# on PhpStorm
5860
editorUrl: 'phpstorm://open?file=%%file%%&line=%%line%%'
61+
62+
# On Visual Studio Code, change to:
63+
# editorUrl: 'vscode://file/%%file%%:%%line%%'

0 commit comments

Comments
 (0)