docs(config): update documentation for settings structure (#7352)

This commit is contained in:
Gal Zahavi
2025-08-28 15:31:33 -07:00
committed by GitHub
parent 10c6af7e49
commit f00cf42f69
12 changed files with 1061 additions and 375 deletions
+3 -1
View File
@@ -47,7 +47,9 @@ The following code can be added to your workspace (`.gemini/settings.json`) or u
"enabled": true,
"target": "gcp"
},
"sandbox": false
"tools": {
"sandbox": false
}
}
```