feat(.devcontainer): 调整 VS Code 扩展配置与 Copilot 相关设置
This commit is contained in:
@@ -30,7 +30,6 @@
|
|||||||
"vscode": {
|
"vscode": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
// AI
|
// AI
|
||||||
"github.copilot",
|
|
||||||
"github.copilot-chat",
|
"github.copilot-chat",
|
||||||
"vicanent.gcmp",
|
"vicanent.gcmp",
|
||||||
"anthropic.claude-code",
|
"anthropic.claude-code",
|
||||||
@@ -38,8 +37,9 @@
|
|||||||
"kilocode.kilo-code",
|
"kilocode.kilo-code",
|
||||||
"alibaba-cloud.tongyi-lingma",
|
"alibaba-cloud.tongyi-lingma",
|
||||||
// >>>>>
|
// >>>>>
|
||||||
|
// "eamodio.gitlens",
|
||||||
|
"tu6ge.naive-ui-intelligence",
|
||||||
"gruntfuggly.todo-tree",
|
"gruntfuggly.todo-tree",
|
||||||
"eamodio.gitlens",
|
|
||||||
"lokalise.i18n-ally",
|
"lokalise.i18n-ally",
|
||||||
"vitest.explorer",
|
"vitest.explorer",
|
||||||
"antfu.unocss",
|
"antfu.unocss",
|
||||||
@@ -59,8 +59,9 @@
|
|||||||
"source.fixAll.eslint": "explicit"
|
"source.fixAll.eslint": "explicit"
|
||||||
},
|
},
|
||||||
|
|
||||||
"chat.tools.autoApprove": true,
|
"chat.extensionUnification.enabled": true,
|
||||||
"chat.tools.terminal.autoApprove": { "/.*/": true },
|
"chat.tools.terminal.autoApprove": { "/.*/": true },
|
||||||
|
"chat.tools.terminal.ignoreDefaultAutoApproveRules": false,
|
||||||
// * 尽管使用了“/.*/”,但有些还是会失败,因为有几个错误的默认值:
|
// * 尽管使用了“/.*/”,但有些还是会失败,因为有几个错误的默认值:
|
||||||
// * https://github.com/microsoft/vscode/issues/266651#issuecomment-3292581459
|
// * https://github.com/microsoft/vscode/issues/266651#issuecomment-3292581459
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user