atom-node-debugger
atom-node-debugger copied to clipboard
keymap selector collides with debugger for other file types
trafficstars
Shouldn't the keymap selector for node-debugger:toggle-breakpoint and the likes be:
atom-workspace atom-text-editor:not([mini])[data-grammar^="source js"] in stead of:
atom-workspace?
I was not aware that the keymap allowed such detailed specification but I sounds reasonable.