From 118584398275fd32d29afadc0e51637813cbb481 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Thu, 13 Nov 2025 13:37:04 +0800 Subject: [PATCH] =?UTF-8?q?feat(.devcontainer):=20=E8=B0=83=E6=95=B4=20VS?= =?UTF-8?q?=20Code=20=E6=89=A9=E5=B1=95=E9=85=8D=E7=BD=AE=E4=B8=8E=20Copil?= =?UTF-8?q?ot=20=E7=9B=B8=E5=85=B3=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devcontainer/devcontainer.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 3acd364..401c0c6 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -30,7 +30,6 @@ "vscode": { "extensions": [ // AI - "github.copilot", "github.copilot-chat", "vicanent.gcmp", "anthropic.claude-code", @@ -38,8 +37,9 @@ "kilocode.kilo-code", "alibaba-cloud.tongyi-lingma", // >>>>> + // "eamodio.gitlens", + "tu6ge.naive-ui-intelligence", "gruntfuggly.todo-tree", - "eamodio.gitlens", "lokalise.i18n-ally", "vitest.explorer", "antfu.unocss", @@ -59,8 +59,9 @@ "source.fixAll.eslint": "explicit" }, - "chat.tools.autoApprove": true, + "chat.extensionUnification.enabled": true, "chat.tools.terminal.autoApprove": { "/.*/": true }, + "chat.tools.terminal.ignoreDefaultAutoApproveRules": false, // * 尽管使用了“/.*/”,但有些还是会失败,因为有几个错误的默认值: // * https://github.com/microsoft/vscode/issues/266651#issuecomment-3292581459