We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 781ed1e commit 7f2978aCopy full SHA for 7f2978a
1 file changed
src/package.json
@@ -415,16 +415,19 @@
415
"roo-cline.debugProxy.enabled": {
416
"type": "boolean",
417
"default": false,
418
+ "description": "%settings.debugProxy.enabled.description%",
419
"markdownDescription": "%settings.debugProxy.enabled.description%"
420
},
421
"roo-cline.debugProxy.serverUrl": {
422
"type": "string",
423
"default": "http://127.0.0.1:8888",
424
+ "description": "%settings.debugProxy.serverUrl.description%",
425
"markdownDescription": "%settings.debugProxy.serverUrl.description%"
426
427
"roo-cline.debugProxy.tlsInsecure": {
428
429
430
+ "description": "%settings.debugProxy.tlsInsecure.description%",
431
"markdownDescription": "%settings.debugProxy.tlsInsecure.description%"
432
}
433
0 commit comments