Skip to content

Commit 779f862

Browse files
committed
v1.1.0
1 parent 7cc3d79 commit 779f862

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## [UNRELEASED]
3+
## 1.1.0
44

55
- 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))
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "shiny",
33
"displayName": "Shiny",
44
"description": "Run and develop Shiny apps in Python or R.",
5-
"version": "1.0.0-dev",
5+
"version": "1.1.0",
66
"publisher": "Posit",
77
"icon": "logo.png",
88
"repository": {

0 commit comments

Comments
 (0)