Releases: LuisFerLCC/vscode-rimraf
Releases · LuisFerLCC/vscode-rimraf
VSCode Rimraf 1.0.5
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
VSCode Rimraf 1.0.4
Fixed bugs
- Updated vulnerable dependencies
VSCode Rimraf 1.0.3
VSCode Rimraf 1.0.3
Fixed bugs
- Fixed
Logger.clear()
(remove theexistsSync(...)
test and clear the_lines
array) since it wouldn't delete the log file. - Updated vulnerable dependencies
VSCode Rimraf 1.0.2
VSCode Rimraf 1.0.2
Fixed bugs
- Reimplemented
empty-trash
to use__dirname
instead ofimport.meta.url
since ESBuild is not compatible with the latter, preventing the extension from activating correctly.
VSCode Rimraf 1.0.1
VSCode Rimraf 1.0.1
Fixed bugs
- Use
path
instead offsPath
in order to use/
on every platform. - Overwrite
deleteFile
keybinding withmoveFileToTrash
to avoid confirmation prompt.
VSCode Rimraf 1.0.0
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.