mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
fix: add missing description fields for debugProxy configuration (#10505)
Co-authored-by: Roo Code <roomote@roocode.com>
This commit is contained in:
parent
781ed1e178
commit
7f2978abad
1 changed files with 3 additions and 0 deletions
|
|
@ -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%"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue