- Initial release
- Fix adding the license and copyright header to files which already have it
- Fix adding the header to the end of the line instead of new line when a file has only one line
- Fix not honoring the extension settings
- Format languages with /**/ block comment to prefix all lines in the header with *
- Fix a bug that caused to fail if vscode language configuration is JSON with comments
- Change invocation command from
Copyright: insert.header
toCopyright: Insert Header
- Update Apache license URL schema from
http://
tohttps://
- Fix (#3) by configuring extension to run on local host.
- Add option always select one line comment.
- Support languages without comments.
- Add GPL 3 license to the list of the supported licenses.
- Fix issues related to license block's layouts for line and block comments modes.
- Upgrade dependencies to resolve minor security vulnerability.
- Fix issue with inserting license block when 'Use Line Comment' is set but a file's language does not have line comment.
- Add
linePrefix
configuration allowing to customize a prefix for each line of the copyright.
- Add
Affero GPL 3
license to the list of the supported licenses.
- Change Json parser to improve parsing language configurations that do not comply with Json ECMA-262
- Add
MPL 2.0
license to the list of the supported licenses.
- Remove extra spaces in the text of licenses
- Fix the error to address a use case when the language is defined but lacks configuration data