chore(config) rm windows_wsl_setup_acknowledged (#22717)

## Summary
Remove dead code from a notice that no longer exists.

## Testing
- [x] Unit tests pass.
This commit is contained in:
Dylan Hurd
2026-05-14 16:25:15 -07:00
committed by GitHub
parent 51b0e94105
commit 85915a2a21
6 changed files with 0 additions and 29 deletions

View File

@@ -272,7 +272,6 @@ fn new_config(model: Option<String>, arg0_paths: Arg0DispatchPaths) -> anyhow::R
suppress_unstable_features_warning: false,
active_profile: None,
active_project: ProjectConfig { trust_level: None },
windows_wsl_setup_acknowledged: false,
notices: Notice::default(),
check_for_update_on_startup: false,
disable_paste_burst: false,