Skip to content

Commit 66de984

Browse files
committed
docs: added new version to changelog
1 parent 91ab044 commit 66de984

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ All notable changes to this extension will be documented in this file.
44

55
This Changelog uses the [Keep a Changelog](http://keepachangelog.com/) structure.
66

7+
## [1.1.9](https://github.com/yCodeTech/auto-comment-blocks/releases/tag/v1.1.9) - 2025-07-12
8+
9+
#### Fixed:
10+
11+
- Fixes yCodeTech/auto-comment-blocks#10
12+
13+
The `lineComment` language config key has changed to be either a string or an object. With the object having `comment` and `noIndent` keys, which was introduced in VS Code's June 2025 release. This breaks the extension when encountering the `makefile` language, and an error occurs:
14+
15+
> lineComment.includes is not a function
16+
17+
To fix:
18+
19+
- Added a check to see if the `lineComment` is an object with a `comment` key inside, if it does then use the string value of the `comment` key. Otherwise, it will use the string value of the `lineComment`.
20+
721
## [1.1.8](https://github.com/yCodeTech/auto-comment-blocks/releases/tag/v1.1.8) - 2025-06-19
822

923
#### Fixed:

0 commit comments

Comments
 (0)