Revert "edit prediction: Try to expand context to parent treesitter region" (#24214)

Reverts zed-industries/zed#24186
This commit is contained in:
Antonio Scandurra 2025-02-04 19:32:17 +01:00 committed by GitHub
parent 8c7096f7a6
commit c64b26110c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 203 additions and 293 deletions

View file

@ -39,7 +39,6 @@ pub struct PredictEditsParams {
pub outline: Option<String>,
pub input_events: String,
pub input_excerpt: String,
pub speculated_output: String,
/// Whether the user provided consent for sampling this interaction.
#[serde(default)]
pub data_collection_permission: bool,