Make BetterErrors open vscode
This commit is contained in:
parent
dd4d105b87
commit
ac13cf10c0
1 changed files with 3 additions and 0 deletions
3
config/initializers/better_errors.rb
Normal file
3
config/initializers/better_errors.rb
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
if defined?(BetterErrors)
|
||||
BetterErrors.editor = "vscode://file/%{file}:%{line}"
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue