daveleroy / SublimeDebugger

Graphical Debugger for Sublime Text for debuggers that support the debug adapter protocol
MIT License
369 stars 42 forks source link

v0.9.1 breaks cmd+click for multiple cursors #202

Closed darricktheprogrammer closed 1 year ago

darricktheprogrammer commented 1 year ago

After the latest update, I am unable to get multiple cursors by using cmd+click on MacOS. All other multi-cursors still work (cmd+d, cmd+shift+L, alt+drag for columns). It is still possible to place multiple cursors using cmd+opt+click, but that is not the expected behavior for Sublime Text.

After disabling the Debugger package, the correct shortcut of cmd+click works again. There is also a Reddit thread with another user having the same issue.

daveleroy commented 1 year ago

Should be fixed once package control gets around to updating