Compare commits
2 Commits
d62bb39ecb
...
6ed7da5c4c
Author | SHA1 | Date | |
---|---|---|---|
![]() |
6ed7da5c4c | ||
![]() |
688aa1c7fa |
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@ -1,11 +1,11 @@
|
|||||||
/* VSCode 项目配置 */
|
/* VSCode 项目配置 */
|
||||||
{
|
{
|
||||||
"r.rpath.linux": "${env:RSTUDIO_WHICH_R}/R",
|
"r.rpath.linux": "${env:HOME}/miniconda3/bin/R",
|
||||||
"r.rterm.linux": "radian",
|
"r.rterm.linux": "radian",
|
||||||
"r.rterm.option": [
|
"r.rterm.option": [
|
||||||
"--no-save",
|
"--no-save",
|
||||||
"--no-restore",
|
"--no-restore",
|
||||||
"--r-binary=${env:RSTUDIO_WHICH_R}/R"
|
"--r-binary=${env:HOME}/miniconda3/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