define debug configuration in .atom-debug.json/cson configuration files and start a debug session by selecting a configuration from a select-list. Addresses issue #7
Allows for multiple config files, currently they are smashed together, so having multiple configs with same name will work, but they will overwrite the previous one.
Config files must be in the root project directory. The glob can be made recursive, but its grabbing more than just .atom.build files for some reason.
I would love to create the select-list without atom-space-pen-views since they are supposedly depreciated, but I wasn't able to find an example anywhere.
define debug configuration in .atom-debug.json/cson configuration files and start a debug session by selecting a configuration from a select-list. Addresses issue #7
Allows for multiple config files, currently they are smashed together, so having multiple configs with same name will work, but they will overwrite the previous one.
Config files must be in the root project directory. The glob can be made recursive, but its grabbing more than just .atom.build files for some reason.
feel free to rename/refactor things