修正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 项目配置 */
|
/* 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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user