From 6dc76e23b8c2afe2776039db9629be42ed2c6996 Mon Sep 17 00:00:00 2001 From: Steven Hobs Date: Mon, 24 Mar 2025 20:37:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E6=8E=89=20=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E7=BB=88=E7=AB=AF=E4=BD=BF=E7=94=A8R=20Terminal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 9476a8c..5614ef2 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -20,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