修正radian的调用
This commit is contained in:
parent
a1e5be0e8c
commit
c009d12576
8
.vscode/settings.json
vendored
8
.vscode/settings.json
vendored
@ -1,13 +1,11 @@
|
||||
/* VSCode 项目配置 */
|
||||
{
|
||||
"r.rpath.linux": ".conda/bin/R",
|
||||
"r.libPaths": [
|
||||
".conda/bin/R/library"
|
||||
],
|
||||
"r.rpath.linux": "${workspaceFolder}/.conda/bin/R",
|
||||
"r.rterm.linux": "${workspaceFolder}/.conda/bin/radian",
|
||||
"r.rterm.option": [
|
||||
"--no-save",
|
||||
"--no-restore"
|
||||
"--no-restore",
|
||||
"--r-binary=${workspaceFolder}/.conda/bin/R"
|
||||
],
|
||||
"r.plot.useHttpgd": true,
|
||||
"r.lsp.diagnostics": true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user