File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11name : rstudio-workbench
22description : Official Helm chart for Posit Workbench
3- version : 0.10.11
3+ version : 0.10.12
44apiVersion : v2
55appVersion : 2026.01.1
66icon :
Original file line number Diff line number Diff line change 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 `
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments