File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,14 @@ function isTerminalEditor(editor) {
31
31
const COMMON_EDITORS_OSX = {
32
32
'/Applications/Atom.app/Contents/MacOS/Atom' : 'atom' ,
33
33
'/Applications/Atom Beta.app/Contents/MacOS/Atom Beta' : '/Applications/Atom Beta.app/Contents/MacOS/Atom Beta' ,
34
+ '/Applications/Brackets.app/Contents/MacOS/Brackets' : 'brackets' ,
34
35
'/Applications/Sublime Text.app/Contents/MacOS/Sublime Text' : '/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl' ,
35
36
'/Applications/Sublime Text 2.app/Contents/MacOS/Sublime Text 2' : '/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl' ,
36
37
'/Applications/Visual Studio Code.app/Contents/MacOS/Electron' : 'code' ,
37
38
} ;
38
39
39
40
const COMMON_EDITORS_WIN = [
41
+ 'Brackets.exe' ,
40
42
'Code.exe' ,
41
43
'atom.exe' ,
42
44
'sublime_text.exe' ,
You can’t perform that action at this time.
0 commit comments