Is your feature request related to a problem? Please describe.
In a debugging session with https://github.com/ManuelHentschel/VSCode-R-Debugger, Ctrl + Enter still sends code to the R session.
Describe the solution you'd like
Ctrl + Enter sends to the debug window if inDebugMode.
Describe alternatives you've considered
I have mapped editor.debug.action.selectionToRepl to Ctrl + Enter if inDebugMode is set. This works but I need to select the code I want to send. I'd like to take advantage of this extension's ability to detect the R code to send to the debug window.
Additional context
Thanks for the great extension!
Is your feature request related to a problem? Please describe.
In a debugging session with https://github.com/ManuelHentschel/VSCode-R-Debugger, Ctrl + Enter still sends code to the R session.
Describe the solution you'd like
Ctrl + Enter sends to the debug window if
inDebugMode.Describe alternatives you've considered
I have mapped
editor.debug.action.selectionToReplto Ctrl + Enter ifinDebugModeis set. This works but I need to select the code I want to send. I'd like to take advantage of this extension's ability to detect the R code to send to the debug window.Additional context
Thanks for the great extension!