Closed SrBrahma closed 2 years ago
I hadn't any issues with the dirty indicator for many months. I think it's already safe to have Delete in the Context Menu.
Delete
If the repo is dirty, show ~ "The repository has local changes. Do you want to move it to the trash?"
VS Code has this windows when deleting a file, we can have a similar text / look and feel:
It's possible to use the trash pkg.
Added in 1.6.0. Note however that we send it to trash as there is no reliable package for it in npm. Maybe copy VSCode code for it?
npm
I hadn't any issues with the dirty indicator for many months. I think it's already safe to have
Delete
in the Context Menu.If the repo is dirty, show ~ "The repository has local changes. Do you want to move it to the trash?"
VS Code has this windows when deleting a file, we can have a similar text / look and feel:
It's possible to use the trash pkg.