All notable changes to the "Extension Starter Kit for VSCode" extension will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.4.0 - 2025-01-22
- Add
defaultLanguage
setting to set the default language for the barrel file
- Update the
fileExtension
setting to allow TypeScript and JavaScript file extensions
1.3.1 - 2025-01-19
- Fix the
package.json
file to include the correct settings for the extension
1.3.0 - 2025-01-11
- Add support for Custom File Templates. Now you can create your own file templates and use them to generate files in your project.
- Add related settings to configure the custom file templates.
- Update the
README.md
file with more information about the extension. - Update localizations for the extension.
1.2.1 - 2025-01-06
- Fix the
README.md
file to include the correct settings for the extension
1.2.0 - 2024-12-24
- Add
files.skipFolderConfirmation
settings to skip the folder confirmation when generating a file
1.1.0 - 2024-12-22
- Add VS Code test configuration and update test scripts
- Improve the welcome and update messages in the extension
- Upgrade dependencies to the latest versions available
1.0.1 - 2024-12-19
- Update the
README.md
file with more information about the extension. - Update localizations for the extension.
1.0.0 - 2024-12-19
- Initial release of the extension starter kit minimal.