SrBrahma / GitHub-Repository-Manager

VS Code Extension to quickly clone, initialize and open your GitHub repositories
MIT License
31 stars 14 forks source link

Add Delete to context menu #34

Closed SrBrahma closed 2 years ago

SrBrahma commented 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.

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:

image

It's possible to use the trash pkg.

SrBrahma commented 2 years ago

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?