Expand tilde paths in edit prediction settings (#31235)

Release Notes:

- edit_prediction: Handle `~` in paths in `disabled_globs` setting
This commit is contained in:
clauses3 2025-06-03 08:32:23 +00:00 committed by GitHub
parent 657c8b1084
commit b798392050
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 29 additions and 5 deletions

1
Cargo.lock generated
View file

@ -8762,6 +8762,7 @@ dependencies = [
"serde",
"serde_json",
"settings",
"shellexpand 2.1.2",
"smallvec",
"smol",
"streaming-iterator",