Skip to content

Commit 09d4397

Browse files
committed
Add comment for Shiny override
1 parent 682d461 commit 09d4397

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

crates/ark/src/modules/positron/options.R

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ initialize_options <- function() {
5757

5858
set_default("viewer", viewer_option_handler)
5959

60-
# Show Shiny applications in the viewer
60+
# 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.
6163
set_default(
6264
"shiny.launch.browser",
6365
function(url) {

0 commit comments

Comments
 (0)