Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add positron config files and fix vs code default setting #864

Merged
merged 1 commit into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
}
Loading