Skip to content

Releases: LuisFerLCC/vscode-rimraf

VSCode Rimraf 1.0.5

09 Oct 05:16
2c8130b
Compare
Choose a tag to compare

VSCode Rimraf 1.0.5

Fixed bugs

  • $HOME/.local/share/Trash on Linux not deleted

Development changes

  • Changed JavaScript runtime to Bun

VSCode Rimraf 1.0.4

12 Jul 19:55
Compare
Choose a tag to compare

VSCode Rimraf 1.0.4

Fixed bugs

  • Updated vulnerable dependencies

VSCode Rimraf 1.0.3

05 Apr 01:22
Compare
Choose a tag to compare

VSCode Rimraf 1.0.3

Fixed bugs

  • Fixed Logger.clear() (remove the existsSync(...) test and clear the _lines array) since it wouldn't delete the log file.
  • Updated vulnerable dependencies

VSCode Rimraf 1.0.2

09 Nov 02:58
Compare
Choose a tag to compare

VSCode Rimraf 1.0.2

Fixed bugs

  • Reimplemented empty-trash to use __dirname instead of import.meta.url since ESBuild is not compatible with the latter, preventing the extension from activating correctly.

VSCode Rimraf 1.0.1

08 Nov 20:11
Compare
Choose a tag to compare

VSCode Rimraf 1.0.1

Fixed bugs

  • Use path instead of fsPath in order to use / on every platform.
  • Overwrite deleteFile keybinding with moveFileToTrash to avoid confirmation prompt.

VSCode Rimraf 1.0.0

18 Oct 12:37
Compare
Choose a tag to compare

VSCode Rimraf 1.0.0

First release of the VSCode Rimraf extension.

Features

  • Automatically empties the trash when you delete a file.
  • Contains a vscode-rimraf.empty-trash command to empty the trash.