diff --git a/.vscode/settings.json b/.vscode/settings.json index e755f52..9476a8c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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,