Sleitnick / AeroGameFramework-VSCE

Visual Studio Code extension for AeroGameFramework
https://marketplace.visualstudio.com/items?itemName=aerogameframework-vsce.aerogameframework
MIT License
2 stars 2 forks source link

Deleted files should be recycled #9

Open Sleitnick opened 4 years ago

Sleitnick commented 4 years ago

Operating systems usually have a "recycling bin" for deleted files. The current deletion process does not utilize this, thus deleted files are gone permanently. It would be nice to move those files to the recycling bin instead.

Sleitnick commented 4 years ago

Will use the trash NPM module