edit predictions: Fix docs for enabled_in_assistant (#25770)

Remove mention of "prompt editor" since that feature isn't out yet.

Release Notes:

- N/A
This commit is contained in:
Agus Zubiaga 2025-02-27 16:30:26 -03:00 committed by GitHub
parent 82f793144e
commit 541a5c01a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -847,7 +847,7 @@
// 2. Display predictions inline only when holding a modifier key (alt by default).
// "mode": "subtle"
"mode": "eager",
// Whether edit predictions are enabled in the assistant prompt editor.
// Whether edit predictions are enabled in the assistant panel.
// This setting has no effect if globally disabled.
"enabled_in_assistant": true
},

View file

@ -236,7 +236,7 @@ pub struct EditPredictionSettings {
pub mode: EditPredictionsMode,
/// Settings specific to GitHub Copilot.
pub copilot: CopilotSettings,
/// Whether edit predictions are enabled in the assistant prompt editor.
/// Whether edit predictions are enabled in the assistant panel.
/// This setting has no effect if globally disabled.
pub enabled_in_assistant: bool,
}

View file

@ -408,7 +408,7 @@ List of `string` values.
### Enabled in Assistant
- Description: Whether to show edit predictions in the assistant's prompt editor.
- Description: Whether to show edit predictions in the assistant panel.
- Setting: `enabled_in_assistant`
- Default: `true`