From 9a7bad59baca344d189d6ef673a8a3cb6e7885b5 Mon Sep 17 00:00:00 2001 From: Vixalie Date: Fri, 27 Mar 2026 16:08:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0VSCode=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=EF=BC=8C=E6=B7=BB=E5=8A=A0=E8=81=8A=E5=A4=A9=E5=B7=A5?= =?UTF-8?q?=E5=85=B7=E7=BB=88=E7=AB=AF=E8=87=AA=E5=8A=A8=E6=89=B9=E5=87=86?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 2f0baf1..1026dd5 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,8 @@ { "svelte.enable-ts-plugin": true, "typescript.preferences.importModuleSpecifier": "non-relative", - "javascript.preferences.importModuleSpecifier": "non-relative" + "javascript.preferences.importModuleSpecifier": "non-relative", + "chat.tools.terminal.autoApprove": { + "bun": true + } } \ No newline at end of file