Skip to content

Commit

Permalink
Merge pull request #864 from rstudio/feature/positron
Browse files Browse the repository at this point in the history
Add positron config files and fix vs code default setting
  • Loading branch information
melissa-barca authored Nov 4, 2024
2 parents 02bfa6f + 958e3cf commit c900ffb
Show file tree
Hide file tree
Showing 13 changed files with 35 additions and 3 deletions.
2 changes: 2 additions & 0 deletions r-session-complete/positron.extensions.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
posit.shiny
posit.publisher
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"terminal.integrated.defaultProfile.linux": "bash",
"extensions.autoUpdate": false,
"extensions.autoCheckUpdates": false,
"quarto.path": "/usr/lib/rstudio-server/bin/quarto/bin/quarto"
}
2 changes: 2 additions & 0 deletions workbench-for-google-cloud-workstations/conf/positron.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
enabled=1
exe=/usr/lib/rstudio-server/bin/positron-server/bin/positron-server
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
posit.shiny
posit.publisher
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"terminal.integrated.shell.linux": "/bin/bash",
"terminal.integrated.defaultProfile.linux": "bash",
"extensions.autoUpdate": false,
"extensions.autoCheckUpdates": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"terminal.integrated.defaultProfile.linux": "bash",
"extensions.autoUpdate": false,
"extensions.autoCheckUpdates": false,
"quarto.path": "/usr/lib/rstudio-server/bin/quarto/bin/quarto"
}
2 changes: 2 additions & 0 deletions workbench-for-microsoft-azure-ml/conf/positron.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
enabled=1
exe=/usr/lib/rstudio-server/bin/positron-server/bin/positron-server
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
posit.shiny
posit.publisher
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"terminal.integrated.shell.linux": "/bin/bash",
"terminal.integrated.defaultProfile.linux": "bash",
"extensions.autoUpdate": false,
"extensions.autoCheckUpdates": false
}
6 changes: 6 additions & 0 deletions workbench/conf/positron-user-settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"terminal.integrated.defaultProfile.linux": "bash",
"extensions.autoUpdate": false,
"extensions.autoCheckUpdates": false,
"quarto.path": "/usr/lib/rstudio-server/bin/quarto/bin/quarto"
}
2 changes: 2 additions & 0 deletions workbench/conf/positron.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
enabled=1
exe=/usr/lib/rstudio-server/bin/positron-server/bin/positron-server
2 changes: 2 additions & 0 deletions workbench/conf/positron.extensions.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
posit.shiny
posit.publisher
2 changes: 1 addition & 1 deletion workbench/conf/vscode-user-settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"terminal.integrated.shell.linux": "/bin/bash",
"terminal.integrated.defaultProfile.linux": "bash",
"extensions.autoUpdate": false,
"extensions.autoCheckUpdates": false
}

0 comments on commit c900ffb

Please sign in to comment.