We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10bb76e commit 0ded05fCopy full SHA for 0ded05f
.devcontainer/launch.json
@@ -6,10 +6,15 @@
6
"type": "cppdbg",
7
"request": "launch",
8
"program": "/workspaces/r-dev-env/scripts/launch_r.sh",
9
- "args": ["/workspaces/r-dev-env/build/r-devel/bin/R"],
+ "args": [],
10
"stopAtEntry": false,
11
"cwd": "${workspaceFolder}",
12
- "environment": [],
+ "environment": [
13
+ {
14
+ "name": "R_RPATH_LINUX",
15
+ "value": "${config:r.rpath.linux}"
16
+ }
17
+ ],
18
"externalConsole": false,
19
"MIMode": "lldb"
20
}
0 commit comments