You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make r.sourceCurrentFileWithEcho the default "Run" command in R files with the same keybinding as RStudio (#9238)
Addresses #9129
We originally made this behavior consistent between Python and R, but we
have had multiple reports of surprise by the behavior for R since the
RStudio behavior is so ingrained for folks. We're going to try it this
way now.
### Release Notes
#### New Features
- R: The keyboard shortcuts for _R: Source R File_ and _R: Source R File
with Echo_ are now consistent with RStudio's defaults.
#### Bug Fixes
- N/A
### QA Notes
The example from #9129 is a
good one to use. After this PR, the default (first) option in the "Run"
menu is now _with_ echo and we have the same keyboard shortcuts as
RStudio: <kbd>Cmd/Ctrl+Shift+S</kbd> for without echo and
<kbd>Cmd/Ctrl+Shift+Enter</kbd> for with echo.
0 commit comments