Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Aug 28, 2024
1 parent 7cc3d79 commit 779f862
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [UNRELEASED]
## 1.1.0

- In Positron, the extension now uses the selected R runtime for Shiny for R apps. In VS Code, the extension also now consults the `r.rpath.mac`, `r.rpath.windows` or `r.rpath.linux` settings to find the R executable, before falling back to system settings. These settings are part of the [R Debugger extension](https://marketplace.visualstudio.com/items?itemName=RDebugger.r-debugger) ([#64](https://github.com/posit-dev/shiny-vscode/pull/64))

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "shiny",
"displayName": "Shiny",
"description": "Run and develop Shiny apps in Python or R.",
"version": "1.0.0-dev",
"version": "1.1.0",
"publisher": "Posit",
"icon": "logo.png",
"repository": {
Expand Down

0 comments on commit 779f862

Please sign in to comment.