Main Feature: Quickly copy files from the Chrome download directory to a specified directory.
Additional Features:
Right-click on a folder or file to quickly open it in a new VSCode window.
Add a button to the Explorer toolbar to switch to the parent directory of the current workspace.(vscode api - Does not support adding a button (VSCode API limitations)
)
Installation
Search for "Chrome-VS" in the VSCode Extension Marketplace and install it.
Usage
Copy Files:
Right-click on a folder or file in the Explorer and select "Copy File from Chrome Download Directory."
In the quick picker that pops up, select the file to copy, and it will be copied to the target directory.
Open Folder:
Right-click on a folder and select "Open in New Window."
Switch to Parent Directory:
Click the button in the Explorer toolbar to switch to the parent directory of the current workspace.
Configuration
Set the Chrome download directory path in the following ways:
Search for "chrome-vs" in the settings and enter a custom path.
Or add the following to settings.json:
"chrome-vs.downloadPath": "your custom path"
Version History
1.0.0
Initial version release.
Support for copying files from the Chrome download directory to the VSCode workspace.
Support for customizing the download directory path.
Files sorted by the most recent modification time.
1.0.1
Right-click on a folder to open in a new VSCode window.
1.0.2
Fixed a bug where opening a folder in a new window was incorrect.
1.0.3
Added a button to the Explorer toolbar to open the parent directory of the current workspace.