mrcrowl / vscode-hg

Integrated Mercurial source control for Visual Studio Code
MIT License
71 stars 37 forks source link

Fix #100: Add purge support #104

Closed hdpoliveira closed 4 years ago

hdpoliveira commented 4 years ago

The code does not check if the extension is enabled. Instead it shows an error when tried to run the command and the extension is missing.

hdpoliveira commented 4 years ago

purge

mrcrowl commented 4 years ago

Thanks for the demo. Looks great.

incidentist commented 4 years ago

Thanks for making these changes. I saw after I made the notes that the git extension does indeed use the discard icon. This is better, though. :)

hdpoliveira commented 4 years ago

Yeah, it does look better with the trash icon, and I wouldn't have found it without your review! Thanks!