Skip to content

Commit 532810e

Browse files
committed
docs(changelog): added new version
1 parent b237c81 commit 532810e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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.11](https://github.com/yCodeTech/auto-comment-blocks/releases/tag/v1.1.11) - 2025-10-17
8+
9+
#### Fixed:
10+
11+
- Fixes [yCodeTech/auto-comment-blocks#13](https://github.com/yCodeTech/auto-comment-blocks/issues/13)
12+
13+
VScode has inconsistencies between it's API and the language configuration JSON files. In the onEnter rules, JSON files have the property `action.indent` whereas the API has `action.indentAction`. When merging the auto-found language config files and the extension's onEnter comment rules, VScode couldn't handle the mixed formats properly, causing the braces to not expand correctly as documented in the issue.
14+
15+
Fixed by normalizing the property to the API format and converting it's values.
16+
717
## [1.1.10](https://github.com/yCodeTech/auto-comment-blocks/releases/tag/v1.1.10) - 2025-07-21
818

919
#### Fixed:

0 commit comments

Comments
 (0)