We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42f1201 commit 6a83f43Copy full SHA for 6a83f43
packages/react-dev-utils/launchEditor.js
@@ -52,6 +52,8 @@ const COMMON_EDITORS_OSX = {
52
'/Applications/RubyMine.app/Contents/MacOS/rubymine',
53
'/Applications/WebStorm.app/Contents/MacOS/webstorm':
54
'/Applications/WebStorm.app/Contents/MacOS/webstorm',
55
+ '/Applications/MacVim.app/Contents/MacOS/MacVim':
56
+ 'mvim',
57
};
58
59
const COMMON_EDITORS_LINUX = {
0 commit comments