Skip to content

Commit 50fd7a6

Browse files
committed
fix: invalid JSON in default positron-user-settings.json
1 parent 155d987 commit 50fd7a6

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

charts/rstudio-workbench/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: rstudio-workbench
22
description: Official Helm chart for Posit Workbench
3-
version: 0.10.11
3+
version: 0.10.12
44
apiVersion: v2
55
appVersion: 2026.01.1
66
icon:

charts/rstudio-workbench/NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

33

4+
## 0.10.12
5+
6+
- Fix invalid JSON in default `positron-user-settings.json`
7+
48
## 0.10.11
59

610
- Add ability to set custom annotations on the Deployment resource via `deployment.annotations`

charts/rstudio-workbench/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ config:
589589
"quarto.path": "/usr/lib/rstudio-server/bin/quarto/bin/quarto",
590590
"python.interpreters.exclude": [
591591
"/usr/bin",
592-
"/bin",
592+
"/bin"
593593
],
594594
"python.environmentProviders.enable": {
595595
"Conda": false

0 commit comments

Comments
 (0)