A brief description of what your extension does (e.g., "Manage and clean your VS Code workspace storage effortlessly").
Features
Dynamic Path Resolution: Automatically locates your workspaceStorage regardless of your Windows username.
Workspace Management: (Add a specific feature here).
Lightweight: Zero dependencies, optimized for performance.
Extension Settings
This extension contributes the following settings:
extension.yourSetting: Set to true to enable automated cleaning.
Dynamic Path Logic
This extension utilizes Windows Environment Variables to ensure it works on any device without manual configuration. It dynamically targets:
%APPDATA%\Code\User\workspaceStorage
Requirements
VS Code: Version 1.90.0 or higher.
OS: Windows (Standard installation).
Known Issues
Only supports standard Windows installations (Paths may vary for Portable Mode).
Release Notes
1.0.0
Initial release.
Added dynamic user folder detection for Windows.
Installation for Developers
Clone the repository.
Run npm install to get dependencies and @types/node.
Press F5 to open a new window with your extension loaded.