8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a2dd7c commit 183e904Copy full SHA for 183e904
reference/configuration/framework.rst
@@ -346,11 +346,11 @@ need to escape the percent signs (``%``) by doubling them.
346
347
// /path/to/guest/.../file will be opened
348
// as /path/to/host/.../file on the host
349
- // and /foo/.../file as /bar/.../file also
350
- 'myide://%%f:%%l&/path/to/guest/>/path/to/host/&/foo/>/bar/&...'
+ // and /var/www/app/ as /projects/my_project/ also
+ 'myide://%%f:%%l&/path/to/guest/>/path/to/host/&/var/www/app/>/projects/my_project/&...'
351
352
// example for PhpStorm
353
- 'phpstorm://open?file=%%f&line=%%l&/var/www/app/>/Users/greeflas/projects/my_project/'
+ 'phpstorm://open?file=%%f&line=%%l&/var/www/app/>/projects/my_project/'
354
355
.. _reference-framework-test:
356
0 commit comments