I'm trying to have the same command for multiple actions on vscode like run/stop on .py
, same on a notebook, but when I add the cmd+enter
keybind for one shortcut, the other stops working. I found it pretty random, sometimes it works sometimes not, yesterday it worked and I just opened my project, didn't work...
I've checked the JSON
files Default Keyboard Shortcuts (JSON)
and Keyboard Shortcuts (JSON)
but everything seems to be fine.
Anyone that went through a similar experience or has a fix?