R-with-Conda/.vscode/settings.json
Even Bell 27eeffee83 init
2025-03-21 10:16:52 +00:00

14 lines
307 B
JSON

/* VSCode */
{
"r.rpath.linux": ".conda/bin/R",
"r.rterm.linux": "${workspaceFolder}/.conda/bin/R",
"r.rterm.option": [
"--no-save",
"--no-restore"
],
"r.plot.useHttpgd": true,
"r.libPaths": [
".conda/bin/R/library"
],
"files.eol": "\n"
}