Account for editor.multi-cursor setting for Native REPL link in Terminal #24750
Labels
area-terminal
bug
Issue identified by VS Code Team member as probable bug
needs PR
Ready to be worked on
We should watch out for
editor.multiCursorModifier
setting since that could change shortcut from ctrl/cmd click to something else depending on that setting.The default would be Ctrl/Cmd click, but changing setting from alt to ctrlCmd could change the keybinding to alt+click for windows,linux and
option+click for mac.
Most people won't run into this issue, but still we should try to cover this even though hovering over the link should show correct keybinding.

The text was updated successfully, but these errors were encountered: