diff --git a/crates/ark/src/modules/rstudio/commands.R b/crates/ark/src/modules/rstudio/commands.R index ac1b35cbf..7a5915250 100644 --- a/crates/ark/src/modules/rstudio/commands.R +++ b/crates/ark/src/modules/rstudio/commands.R @@ -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