14 lines
307 B
JSON
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"
|
|
} |