Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voilalex/vscode-extract-folder
https://github.com/voilalex/vscode-extract-folder
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/voilalex/vscode-extract-folder
- Owner: VoIlAlex
- Created: 2020-02-10T07:22:09.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T12:54:24.000Z (almost 2 years ago)
- Last Synced: 2024-11-21T01:14:17.532Z (2 months ago)
- Language: JavaScript
- Size: 393 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Extract Folder | Visual Studio Code
## Features
- Extract the content of a folder to the parent folder.
![Extract Here](data/extract_here_demo.gif)
## Requirements
## Extension Settings
This extension contributes the following settings:
- `extractFolder.deleteFolderAfterExtraction`: weather to delete folder after extraction.
## Known Issues
## Release Notes
Users appreciate release notes as you update your extension.
### 1.0.0
Initial release of **Extract Folder**:
- **Extract Here** command.
---