Skip to content

Commit ce21605

Browse files
committed
docs: include C/C++ file pattern fix in v0.3.6 changelog
1 parent eb9940c commit ce21605

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
### Fixed
11-
12-
- **C/C++ file pattern language detection**`lsp_servers[].file_patterns` now derives extension-to-language mappings (e.g. `**/*.c``c`, `**/*.h``c`) and overlays them onto the workspace extension map, so configured language IDs take precedence over built-in defaults
13-
1410
## [0.3.6] - 2026-04-21
1511

1612
### Changed
@@ -30,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3026

3127
### Fixed
3228

29+
- **C/C++ file pattern language detection**`lsp_servers[].file_patterns` now derives extension-to-language mappings (e.g. `**/*.c``c`, `**/*.h``c`) and overlays them onto the workspace extension map, so configured language IDs take precedence over built-in defaults
3330
- CI: nightly rustfmt failures when the `rustfmt` component is temporarily unavailable for the latest nightly — now uses `rustup toolchain install nightly --component rustfmt --allow-downgrade`
3431
- CI: CodeQL workflow now runs for fork pull requests (`pull_request_target`)
3532
- CI: labeler workflow uses `pull_request_target` to access labels on fork PRs

0 commit comments

Comments
 (0)