You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Zero Dependencies**: Completely rewrote the backend in Rust via NAPI-RS. Say goodbye to the Python `trash-cli` dependency! It works out-of-the-box natively.
11
-
-**Granular Multi-root Workspace Support**: Workspace-aware listing and purging, preventing accidental deletion of files outside your active projects.
12
-
-**Safe Execution Environment**: Direct fs manipulations, fully immune to shell command injections.
13
-
-**Classic VSCode UI Integration**: Search, filter, and restore files instantly using the lightweight QuickPick floating menu.
14
-
-**Shortcut Support**: Use the standard `delete` key in the explorer to safely move items to the trash, or `ctrl+shift+delete` to open the interactive panel.
9
+
## ✨ Features (v2.0 Native Edition)
10
+
- 📂 **Granular Multi-root Workspace Support**: Workspace-aware listing and purging, preventing accidental deletion of files outside your active projects.
11
+
- 🚀 **Zero Dependencies & Native Speed**: Completely rewrote the backend in Rust via NAPI-RS. Say goodbye to the Python `trash-cli` dependency! It works out-of-the-box natively, boosting response speed up to the physical limits of the OS.
- 🛡️ **Safe Execution Environment**: Direct native C-ABI manipulations, fully immune to all shell command injections.
14
+
- 🐧 **Cross-Platform Linux Compatibility**: Shipped alongside binaries for both `x64` and `arm64` (`aarch64`). Supports WSL 1 & 2 out of the box, as well as major remote distros adopting the FreeDesktop XDG standard (Technically supports *any* Linux Server using VSCode Remote SSH).
15
+
- ⚡ **User-Friendly Shortcuts**: Use the standard `delete` key in the explorer to safely move items to the trash, or `ctrl+shift+delete` to open the interactive panel.
15
16
16
17
## How to Use
17
18
1. Search for `trash4wsl-in-vscode` in VSCode Marketplace and install this extension to your workspace. (No extra dependencies needed!)
0 commit comments