We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rstudioapi::restartSession()
1 parent 7397282 commit 21f11d9Copy full SHA for 21f11d9
crates/ark/src/modules/rstudio/stubs.R
@@ -41,7 +41,9 @@
41
# TODO: support followup `command` argument
42
stopifnot(command == "")
43
44
- invisible(.ps.ui.executeCommand('workbench.action.languageRuntime.restart'))
+ invisible(.ps.ui.executeCommand(
45
+ 'workbench.action.language.runtime.restartActiveSession'
46
+ ))
47
}
48
49
#' @export
0 commit comments