We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 682d461 commit 09d4397Copy full SHA for 09d4397
1 file changed
crates/ark/src/modules/positron/options.R
@@ -57,7 +57,9 @@ initialize_options <- function() {
57
58
set_default("viewer", viewer_option_handler)
59
60
- # Show Shiny applications in the viewer
+ # Show Shiny applications in the viewer. This is technically redundant with
61
+ # the `browser` override since Shiny calls `browseURL()` by default in
62
+ # interactive sessions.
63
set_default(
64
"shiny.launch.browser",
65
function(url) {
0 commit comments