Skip to content

Commit 252d7e3

Browse files
committed
Revert "Remove hardcoded R path settings from devcontainer.json for dynamic R version selection"
This reverts commit c9ba137.
1 parent c9ba137 commit 252d7e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
"editor.detectIndentation": false,
1313
"r.lsp.diagnostics": false,
1414
"r.plot.useHttpgd": true,
15+
"r.rpath.linux": "/usr/bin/R",
16+
"r.rterm.linux": "/usr/bin/R",
1517
"terminal.integrated.sendKeybindingsToShell": true,
1618
"svn.multipleFolders.enabled": true,
1719
"workbench.editorAssociations": {

0 commit comments

Comments
 (0)