feat(ide extension): introduce debug logging (#10416)

This commit is contained in:
Shreya Keshive
2025-10-02 13:10:13 -04:00
committed by GitHub
parent e7a13aa031
commit 12d4ec2e07
5 changed files with 57 additions and 22 deletions
@@ -31,6 +31,16 @@
"onStartupFinished"
],
"contributes": {
"configuration": {
"title": "Gemini CLI",
"properties": {
"gemini-cli.debug.logging.enabled": {
"type": "boolean",
"default": false,
"description": "Enable detailed logging for debugging the Gemini CLI Companion."
}
}
},
"languages": [
{
"id": "gemini-diff-editable"