duplicated configuration key due to improper merge

This commit is contained in:
Evan 2025-01-22 21:01:14 +08:00
parent edda72110e
commit 884e56f0e5

View file

@ -46,16 +46,6 @@
"activationEvents": [],
"main": "./dist/extension.js",
"contributes": {
"configuration": {
"title": "Cline",
"properties": {
"cline.mcp.enabled": {
"type": "boolean",
"default": true,
"description": "Include MCP server functionality in AI prompts. When disabled, the AI will not be aware of MCP capabilities. This saves context window tokens."
}
}
},
"viewsContainers": {
"activitybar": [
{
@ -151,6 +141,11 @@
}
},
"description": "Settings for VSCode Language Model API"
},
"cline.mcp.enabled": {
"type": "boolean",
"default": true,
"description": "Include MCP server functionality in AI prompts. When disabled, the AI will not be aware of MCP capabilities. This saves context window tokens."
}
}
}