Compare commits
No commits in common. "6ed7da5c4cf26ca73f1af10ed92574b6b6900d5e" and "d62bb39ecb5f8fcb5602888b7b1ea38e6c56c3f8" have entirely different histories.
6ed7da5c4c
...
d62bb39ecb
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@ -1,11 +1,11 @@
|
||||
/* VSCode 项目配置 */
|
||||
{
|
||||
"r.rpath.linux": "${env:HOME}/miniconda3/bin/R",
|
||||
"r.rpath.linux": "${env:RSTUDIO_WHICH_R}/R",
|
||||
"r.rterm.linux": "radian",
|
||||
"r.rterm.option": [
|
||||
"--no-save",
|
||||
"--no-restore",
|
||||
"--r-binary=${env:HOME}/miniconda3/bin/R"
|
||||
"--r-binary=${env:RSTUDIO_WHICH_R}/R"
|
||||
],
|
||||
"r.plot.useHttpgd": true,
|
||||
"r.lsp.diagnostics": true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user