Skip to content

Commit 8161c7f

Browse files
codez0mb1eCopilot
andcommitted
Copilot configs in RStudio
Co-authored-by: Copilot <copilot@github.com>
1 parent 9b43d56 commit 8161c7f

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

rstudio-server/server/compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ services:
1919
- ./projects:/home/rstudio/projects
2020
- ./data:/home/rstudio/data
2121
- ./apps:/home/rstudio/apps:ro
22+
- ./config.json:/home/rstudio/.config/rstudio/rstudio-prefs.json
2223
deploy:
2324
resources:
2425
limits:

rstudio-server/server/config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"copilot_enabled": true,
3+
"copilot_indexing_enabled": true
4+
}

0 commit comments

Comments
 (0)