Docs update (#1295)

This commit is contained in:
cperry-goog 2025-06-21 22:06:58 -07:00 committed by GitHub
parent 383212034c
commit 5cf8dc4f07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -156,6 +156,12 @@ In addition to a project settings file, a project's `.gemini` directory can cont
- **Properties:**
- **`enabled`** (boolean): When `true`, the `/save`, `/resume`, and `/restore` commands are available.
- **`preferredEditor`** (string):
- **Description:** Specifies the preferred editor to use for viewing diffs.
- **Default:** `vscode`
- **Example:** `"preferredEditor": "vscode"`
### Example `settings.json`:
```json