File tree 1 file changed +28
-0
lines changed
1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 12
12
"installRMarkdown" : true ,
13
13
"vscodeRSupport" : " full"
14
14
}
15
+ },
16
+ "customizations" : {
17
+ "vscode" : {
18
+ // Ensure VS Code extensions for R are present
19
+ "extensions" : [
20
+ // R Extensions
21
+ " rdebugger.r-debugger" ,
22
+ " reditorsupport.r" ,
23
+ // Quarto
24
+ " quarto.quarto" ,
25
+ // LLM
26
+ " GitHub.copilot"
27
+ ]
28
+ },
29
+ // Customize R settings
30
+ "settings" : {
31
+ "r.rterm.linux" : " /usr/local/bin/radian" ,
32
+ "r.bracketedPaste" : true ,
33
+ "r.plot.useHttpgd" : true ,
34
+ "[r]" : {
35
+ "editor.wordSeparators" : " `~!@#%$^&*()-=+[{]}\\ |;:'\" ,<>/?"
36
+ }
37
+ }
38
+ },
39
+ // Enable pak using system package manager
40
+ // https://github.com/rocker-org/devcontainer-features/blob/main/src/r-rig/README.md#install-r-packages-via-pak
41
+ "remoteEnv" : {
42
+ "PKG_SYSREQS" : " true"
15
43
}
16
44
}
You can’t perform that action at this time.
0 commit comments