mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 12:54:07 -07:00
feat(ide extension): introduce debug logging (#10416)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user