We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f33176 commit 5d304e4Copy full SHA for 5d304e4
configuration.md
@@ -62,6 +62,8 @@ The remaining config entries are:
62
* `"workingDirectory"`: An absolute path to the desired work directory.
63
Defaults to the workspace folder.
64
The R process is launched in this directory (reading the `.Rprofile` there).
65
+* `"rPath"`: Path to the R executable.
66
+If not specified, the extension setting `r.rpath.XXX` is used.
67
* `"file"`: Required for debug modes `"file"` and `"function"`. The file to be debugged/sourced before calling the main function.
68
* `"mainFunction"`: Only used for debug mode `"function"`.
69
The name of the main function to be debugged. Must be callable without arguments.
0 commit comments