Skip to content

Commit

Permalink
Include "reindent" mapping in rstudioapi shims (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch authored Oct 22, 2024
1 parent a8777db commit 654a0a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/ark/src/modules/rstudio/commands.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
commandId,
"activateConsole" = "workbench.action.positronConsole.focusConsole",
"activateTerminal" = "workbench.action.terminal.focus",
"reindent" = "editor.action.reindentselectedlines",
# This command includes untitled files in RStudio:
"saveAllSourceDocs" = "workbench.action.files.saveAll",
# https://github.com/posit-dev/positron/issues/2697
Expand Down

0 comments on commit 654a0a6

Please sign in to comment.