fix: add missing description fields for debugProxy configuration (#10505)

Co-authored-by: Roo Code <roomote@roocode.com>
This commit is contained in:
roomote[bot] 2026-01-06 20:46:53 -05:00 committed by GitHub
parent 781ed1e178
commit 7f2978abad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -415,16 +415,19 @@
"roo-cline.debugProxy.enabled": {
"type": "boolean",
"default": false,
"description": "%settings.debugProxy.enabled.description%",
"markdownDescription": "%settings.debugProxy.enabled.description%"
},
"roo-cline.debugProxy.serverUrl": {
"type": "string",
"default": "http://127.0.0.1:8888",
"description": "%settings.debugProxy.serverUrl.description%",
"markdownDescription": "%settings.debugProxy.serverUrl.description%"
},
"roo-cline.debugProxy.tlsInsecure": {
"type": "boolean",
"default": false,
"description": "%settings.debugProxy.tlsInsecure.description%",
"markdownDescription": "%settings.debugProxy.tlsInsecure.description%"
}
}