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 项目配置 */
|
/* VSCode 项目配置 */
|
||||||
{
|
{
|
||||||
"r.rpath.linux": ".conda/bin/R",
|
"r.rpath.linux": "${workspaceFolder}/.conda/bin/R",
|
||||||
"r.libPaths": [
|
|
||||||
".conda/bin/R/library"
|
|
||||||
],
|
|
||||||
"r.rterm.linux": "${workspaceFolder}/.conda/bin/radian",
|
"r.rterm.linux": "${workspaceFolder}/.conda/bin/radian",
|
||||||
"r.rterm.option": [
|
"r.rterm.option": [
|
||||||
"--no-save",
|
"--no-save",
|
||||||
"--no-restore"
|
"--no-restore",
|
||||||
|
"--r-binary=${workspaceFolder}/.conda/bin/R"
|
||||||
],
|
],
|
||||||
"r.plot.useHttpgd": true,
|
"r.plot.useHttpgd": true,
|
||||||
"r.lsp.diagnostics": true,
|
"r.lsp.diagnostics": true,
|
||||||
@ -22,7 +20,7 @@
|
|||||||
"editor.defaultFormatter": "REditorSupport.r",
|
"editor.defaultFormatter": "REditorSupport.r",
|
||||||
"editor.formatOnSave": true
|
"editor.formatOnSave": true
|
||||||
},
|
},
|
||||||
"terminal.integrated.defaultProfile.linux": "R Terminal",
|
// "terminal.integrated.defaultProfile.linux": "R Terminal", # 终端默认开启 R终端
|
||||||
"files.eol": "\n",
|
"files.eol": "\n",
|
||||||
"editor.tabSize": 2,
|
"editor.tabSize": 2,
|
||||||
"editor.detectIndentation": false
|
"editor.detectIndentation": false
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
1. 初始化conda虚拟环境
|
1. 初始化conda虚拟环境
|
||||||
|
|
||||||
`conda create -p .conda -c conda-forge r-base r-languageserver r-devtools r-httpgd radian`
|
`conda create -p .conda -c conda-forge r-base r-languageserver r-devtools r-httpgd r-rlang r-jsonlite radian`
|
||||||
|
|
||||||
2. 初始化R Debugger
|
2. 初始化R Debugger
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user