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:
parent
8a31dcaeb0
commit
d5bb12631a
3 changed files with 24 additions and 117 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue