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.
Trae IDE
1 parent cefbf21 commit df826dfCopy full SHA for df826df
src/Illuminate/Foundation/Concerns/ResolvesDumpSource.php
@@ -22,6 +22,7 @@ trait ResolvesDumpSource
22
'phpstorm' => 'phpstorm://open?file={file}&line={line}',
23
'sublime' => 'subl://open?url=file://{file}&line={line}',
24
'textmate' => 'txmt://open?url=file://{file}&line={line}',
25
+ 'trae' => 'trae://file/{file}:{line}',
26
'vscode' => 'vscode://file/{file}:{line}',
27
'vscode-insiders' => 'vscode-insiders://file/{file}:{line}',
28
'vscode-insiders-remote' => 'vscode-insiders://vscode-remote/{file}:{line}',
0 commit comments