Skip to content

Commit a598dee

Browse files
committed
updated devcontainer for testing
1 parent 17591ff commit a598dee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "R-Dev-Env",
33
"image": "ghcr.io/r-devel/r-dev-env:devel",
4-
"runArgs": ["--cap-add=SYS_PTRACE"],
4+
"runArgs": ["--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined"],
55
"remoteUser": "vscode",
66
"hostRequirements": {
77
"cpus": 4
@@ -27,7 +27,7 @@
2727
"r.lsp.diagnostics": false,
2828
"r.plot.useHttpgd": true,
2929
"r.rpath.linux": "/usr/bin/R",
30-
"r.rterm.linux": "/usr/bin/R",
30+
"r.rterm.linux": "./scripts/launch_r.sh",
3131
"terminal.integrated.sendKeybindingsToShell": true,
3232
"svn.multipleFolders.enabled": true,
3333
"workbench.editorAssociations": {

0 commit comments

Comments
 (0)