Skip to content

Commit

Permalink
feat: Make "simple browser" an explicit preview type option
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Aug 23, 2024
1 parent 062579e commit 74df459
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,14 @@
"description": "Where should the Shiny app preview open?",
"enum": [
"internal",
"simple browser",
"external",
"none"
],
"default": "internal",
"enumDescriptions": [
"Preview using a side-by-side panel inside VS Code",
"Preview using the viewer pane in Positron or the Simple Browser in VS Code",
"Preview using the Simple Browser (an internal, basic browser preview)",
"Preview using an external web browser",
"Don't automatically launch the app after starting"
]
Expand Down Expand Up @@ -238,4 +240,4 @@
"lz-string": "^1.5.0",
"winreg": "^1.2.5"
}
}
}

0 comments on commit 74df459

Please sign in to comment.