From c2e5253806f5c11b2e97b7212ef987eb60be6ded Mon Sep 17 00:00:00 2001 From: Adam Ward Date: Mon, 10 Nov 2025 14:10:01 -0500 Subject: [PATCH] Add missing changelog entry Issue: #1912 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29f0f2565..889aa1966 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ - Syntax highlighting for `*.swift.gyb` files ([#1515](https://github.com/swiftlang/vscode-swift/pull/1515)) - Activate the extension if a workspace folder contains a `.bsp` folder ([#1865](https://github.com/swiftlang/vscode-swift/pull/1865)) +### Fixed + +- Fixed an issue where the activation of the extension was held up while waiting on the deubg configuration to update ([#1914](https://github.com/swiftlang/vscode-swift/pull/1914)) + ## 2.12.0 - 2025-10-29 ### Added