Skip to content

Commit

Permalink
Autodetect MacVim editor (facebook#3545)
Browse files Browse the repository at this point in the history
Adds support for the error overlay to detect and open the file with the error in MacVim.

Relates to facebook#2636.
  • Loading branch information
gnapse authored and Pavel Zhytko committed Jul 10, 2018
1 parent 42f1201 commit 6a83f43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react-dev-utils/launchEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ const COMMON_EDITORS_OSX = {
'/Applications/RubyMine.app/Contents/MacOS/rubymine',
'/Applications/WebStorm.app/Contents/MacOS/webstorm':
'/Applications/WebStorm.app/Contents/MacOS/webstorm',
'/Applications/MacVim.app/Contents/MacOS/MacVim':
'mvim',
};

const COMMON_EDITORS_LINUX = {
Expand Down

0 comments on commit 6a83f43

Please sign in to comment.