/* VSCode 项目配置 */ { "r.rpath.linux": "${env:HOME}/miniconda3/bin/R", "r.rterm.linux": "radian", "r.rterm.option": [ "--no-save", "--no-restore", "--r-binary=${env:HOME}/miniconda3/bin/R" ], "r.plot.useHttpgd": true, "r.lsp.diagnostics": true, "r.alwaysUseActiveTerminal": true, "r.bracketedPaste": true, "r.sessionWatcher": true, "[r]": { "editor.defaultFormatter": "REditorSupport.r", "editor.formatOnSave": true }, "[rmd]": { "editor.defaultFormatter": "REditorSupport.r", "editor.formatOnSave": true }, // "terminal.integrated.defaultProfile.linux": "R Terminal", // 启用 R控制台 为默认终端 "files.eol": "\n", "editor.tabSize": 2, "editor.detectIndentation": false }