Compare commits
3 Commits
conda-base
...
main
Author | SHA1 | Date | |
---|---|---|---|
![]() |
c02bde7e4a | ||
![]() |
6dc76e23b8 | ||
![]() |
c009d12576 |
10
.vscode/settings.json
vendored
10
.vscode/settings.json
vendored
@ -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,
|
||||
@ -22,7 +20,7 @@
|
||||
"editor.defaultFormatter": "REditorSupport.r",
|
||||
"editor.formatOnSave": true
|
||||
},
|
||||
"terminal.integrated.defaultProfile.linux": "R Terminal",
|
||||
// "terminal.integrated.defaultProfile.linux": "R Terminal", # 终端默认开启 R终端
|
||||
"files.eol": "\n",
|
||||
"editor.tabSize": 2,
|
||||
"editor.detectIndentation": false
|
||||
|
Loading…
x
Reference in New Issue
Block a user