Check Keep a Changelog for recommendations on how to structure this file.
- Copy folder contents recursively while selecting specific file types.
- Recursive folder content copying with file count check.
- Non-UTF-8 encoded support. #31
- New command "Copy Collection and Clear". This command allows users to copy the content of the current file collection to the clipboard and clear the collection.
- Updated the description of the extension in the package.json file.
- New commands "Add to Collection", "Add to Collection and Copy", and "Begin New Collection and Add". These commands allow users to create a collection of files and copy their content all at once.
- Removed the setting "Suffix".
- The "Copy Folder Content With Suffix" command has been replaced with the "Copy Folder Content With Prompt" command. This command prompts the user to input a string which is added at the beginning and end of the copied content.
- Added a new command "Copy Folder Content Without Comments" that copies the folder content without comments.
- Added a new command "Copy Folder Content With Suffix" that appends a user-defined suffix to the copied content.
- The "Copy Folder Content" command no longer appends the suffix.
- Added a new extension setting "Suffix" which appends a specified suffix after the copied folder content.
- Updated icon.
- Updated "when" condition for copy folder command in explorer context menu in package.json as per commit
18de608
.
- Initial release of the "copy-folder-content" extension.
- The "group" property in "extension.copyFolderContent" command has been updated as per commit
76aceb7
. - Logo and publisher details have been added to the package.json file as per commit
17f63d1
.
- No changes have been made after the initial release.