diff --git a/.vscode/settings.json b/.vscode/settings.json index e88633c..1336679 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,11 +1,11 @@ /* VSCode 项目配置 */ { - "r.rpath.linux": "${env:RSTUDIO_WHICH_R}/R", + "r.rpath.linux": "${env:HOME}/miniconda3/bin/R", "r.rterm.linux": "radian", "r.rterm.option": [ "--no-save", "--no-restore", - "--r-binary=${env:RSTUDIO_WHICH_R}/R" + "--r-binary=${env:HOME}/miniconda3/bin/R" ], "r.plot.useHttpgd": true, "r.lsp.diagnostics": true,