atom-node-debugger icon indicating copy to clipboard operation
atom-node-debugger copied to clipboard

keymap selector collides with debugger for other file types

Open Redsandro opened this issue 9 years ago • 1 comments
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?

Redsandro avatar Apr 10 '16 11:04 Redsandro

I was not aware that the keymap allowed such detailed specification but I sounds reasonable.

codecontemplator avatar Apr 30 '16 23:04 codecontemplator