diff options
| author | cperry-goog <[email protected]> | 2025-06-21 22:06:58 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-22 05:06:58 +0000 |
| commit | 5cf8dc4f0784408f4c2fcfc56d6e834facccf4a3 (patch) | |
| tree | 4a33d70f4946c28c8ef96e58659cfa961da73279 /docs/cli | |
| parent | 383212034c0d48068e1f3f43a8819c9d054b907d (diff) | |
Docs update (#1295)
Diffstat (limited to 'docs/cli')
| -rw-r--r-- | docs/cli/configuration.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/cli/configuration.md b/docs/cli/configuration.md index b4dd2e95..8edc07d9 100644 --- a/docs/cli/configuration.md +++ b/docs/cli/configuration.md @@ -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 |
