Skip to content

Commit fa84da5

Browse files
authored
Merge pull request #1073 from cakephp/document-editor-basepath
Document editorBasePath in app configuration
1 parent 66dceca commit fa84da5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/app.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,8 @@
189189
* By default atom, emacs, macvim, phpstorm, sublime, textmate, and vscode are
190190
* available. You can add additional editor link formats using
191191
* `Debugger::addEditor()` during your application bootstrap.
192+
* - `editorBasePath` - The base path to your project for editor integration.
193+
* Used to generate file links in stack traces.
192194
* - `outputMask` A mapping of `key` to `replacement` values that
193195
* `Debugger` should replace in dumped data and logs generated by `Debugger`.
194196
*/

0 commit comments

Comments
 (0)