You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
319 B
20 lines
319 B
3 years ago
|
module.exports = [
|
||
|
'Brackets.exe',
|
||
|
'Code.exe',
|
||
|
'atom.exe',
|
||
|
'sublime_text.exe',
|
||
|
'notepad++.exe',
|
||
|
'clion.exe',
|
||
|
'clion64.exe',
|
||
|
'idea.exe',
|
||
|
'idea64.exe',
|
||
|
'phpstorm.exe',
|
||
|
'phpstorm64.exe',
|
||
|
'pycharm.exe',
|
||
|
'pycharm64.exe',
|
||
|
'rubymine.exe',
|
||
|
'rubymine64.exe',
|
||
|
'webstorm.exe',
|
||
|
'webstorm64.exe'
|
||
|
]
|