Skip to content

Commit

Permalink
Merge pull request #456 from Jetbuilt/vscodium
Browse files Browse the repository at this point in the history
Add editor preset for VSCodium
  • Loading branch information
RobinDaugherty committed Apr 18, 2020
2 parents d0afd13 + eb1de17 commit 7bdec95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/better_errors.rb
Expand Up @@ -21,6 +21,7 @@ module BetterErrors
{ symbols: [:idea], sniff: /idea/i, url: "idea://open?file=%{file}&line=%{line}" },
{ symbols: [:rubymine], sniff: /mine/i, url: "x-mine://open?file=%{file}&line=%{line}" },
{ symbols: [:vscode, :code], sniff: /code/i, url: "vscode://file/%{file}:%{line}" },
{ symbols: [:vscodium, :codium], sniff: /codium/i, url: "vscodium://file/%{file}:%{line}" },
{ symbols: [:atom], sniff: /atom/i, url: "atom://core/open/file?filename=%{file}&line=%{line}" },
]

Expand Down

0 comments on commit 7bdec95

Please sign in to comment.