Delete tool uses paths instead of globs (#26715)

Also made `run` avoid doing work on the main thread.

Release Notes:

- N/A
This commit is contained in:
Richard Feldman 2025-03-16 06:58:25 -04:00 committed by GitHub
parent 8a31dcaeb0
commit d5bb12631a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 24 additions and 117 deletions

View file

@ -1 +1 @@
Deletes all files and directories in the project which match the given glob, and returns a list of the paths that were deleted.
Deletes the file or directory (and the directory's contents, recursively) at the specified path in the project, and returns confirmation of the deletion.