File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,14 @@ function isTerminalEditor(editor) {
3131const 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
3940const COMMON_EDITORS_WIN = [
41+ 'Brackets.exe' ,
4042 'Code.exe' ,
4143 'atom.exe' ,
4244 'sublime_text.exe' ,
You can’t perform that action at this time.
0 commit comments