mirror of
https://github.com/filp/whoops.git
synced 2026-08-31 12:38:10 +00:00
Merge pull request #449 from msheakoski/patch-1
Add IntelliJ IDEA support
This commit is contained in:
@@ -76,6 +76,7 @@ class PrettyPageHandler extends Handler
|
||||
"emacs" => "emacs://open?url=file://%file&line=%line",
|
||||
"macvim" => "mvim://open/?url=file://%file&line=%line",
|
||||
"phpstorm" => "phpstorm://open?file=%file&line=%line",
|
||||
"idea" => "idea://open?file=%file&line=%line",
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user