Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Commit ae62952

Browse files
petetntwmonk
authored andcommitted
Add Brackets to launchEditor.js (#2637)
1 parent 7d8c31b commit ae62952

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/react-dev-utils/launchEditor.js

+2
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,14 @@ function isTerminalEditor(editor) {
3131
const COMMON_EDITORS_OSX = {
3232
'/Applications/Atom.app/Contents/MacOS/Atom': 'atom',
3333
'/Applications/Atom Beta.app/Contents/MacOS/Atom Beta': '/Applications/Atom Beta.app/Contents/MacOS/Atom Beta',
34+
'/Applications/Brackets.app/Contents/MacOS/Brackets': 'brackets',
3435
'/Applications/Sublime Text.app/Contents/MacOS/Sublime Text': '/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl',
3536
'/Applications/Sublime Text 2.app/Contents/MacOS/Sublime Text 2': '/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl',
3637
'/Applications/Visual Studio Code.app/Contents/MacOS/Electron': 'code',
3738
};
3839

3940
const COMMON_EDITORS_WIN = [
41+
'Brackets.exe',
4042
'Code.exe',
4143
'atom.exe',
4244
'sublime_text.exe',

0 commit comments

Comments
 (0)