修正radian的调用

This commit is contained in:
Steven Hobs 2025-03-24 20:35:29 +08:00
parent a1e5be0e8c
commit c009d12576

View File

@ -1,13 +1,11 @@
/* VSCode */ /* VSCode */
{ {
"r.rpath.linux": ".conda/bin/R", "r.rpath.linux": "${workspaceFolder}/.conda/bin/R",
"r.libPaths": [
".conda/bin/R/library"
],
"r.rterm.linux": "${workspaceFolder}/.conda/bin/radian", "r.rterm.linux": "${workspaceFolder}/.conda/bin/radian",
"r.rterm.option": [ "r.rterm.option": [
"--no-save", "--no-save",
"--no-restore" "--no-restore",
"--r-binary=${workspaceFolder}/.conda/bin/R"
], ],
"r.plot.useHttpgd": true, "r.plot.useHttpgd": true,
"r.lsp.diagnostics": true, "r.lsp.diagnostics": true,