From f6cff0756b15db7ffedf2ad5e67d7a0d717f1fb6 Mon Sep 17 00:00:00 2001 From: Sean McManus Date: Wed, 30 Jul 2025 13:36:10 -0700 Subject: [PATCH 1/4] Update changelog for 1.27.0 (2nd time). --- Extension/CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index e11443042..a03c83ce4 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -1,12 +1,16 @@ # C/C++ for Visual Studio Code Changelog -## Version 1.27.0: July 15, 2025 +## Version 1.27.0: July 31, 2025 ### Bug Fixes -* Fix IntelliSense crash in `find_subobject_for_interpreter_address`. [#12464](https://github.com/microsoft/vscode-cpptools/issues/12464) +* Fix an IntelliSense crash in `add_cached_tokens_to_string`. [#11900](https://github.com/microsoft/vscode-cpptools/issues/11900) +* Fix an IntelliSense crash in `find_subobject_for_interpreter_address`. [#12464](https://github.com/microsoft/vscode-cpptools/issues/12464) * Fix changes to the active field being lost in the configuration UI when navigating away. [#13636](https://github.com/microsoft/vscode-cpptools/issues/13636) * Fix compiler query failing on Windows if optional job-related API calls fail. [#13679](https://github.com/microsoft/vscode-cpptools/issues/13679) * Fix bugs with Doxygen comments. [#13725](https://github.com/microsoft/vscode-cpptools/issues/13725), [#13726](https://github.com/microsoft/vscode-cpptools/issues/13726), [#13745](https://github.com/microsoft/vscode-cpptools/issues/13745) -* Fix a bug with 'Create Definition'. [#13741](https://github.com/microsoft/vscode-cpptools/issues/13741) +* Fix bugs with 'Create Definition'. [#13741](https://github.com/microsoft/vscode-cpptools/issues/13741), [#13773](https://github.com/microsoft/vscode-cpptools/issues/13773) +* Fix IntelliSense crashes when there are duplicate constexpr template functions in a TU. [#13775](https://github.com/microsoft/vscode-cpptools/issues/13775). +* Fix the description of `debugServerPath`. [PR #13778](https://github.com/microsoft/vscode-cpptools/pull/13778) + * Thank you for the contribution. [@redstrate (Joshua Goins)](https://github.com/redstrate) ## Version 1.26.3: June 24, 2025 ### New Feature From b1d5c2b27479bcadea7b0f1eeb829151db5df0c0 Mon Sep 17 00:00:00 2001 From: Sean McManus Date: Wed, 30 Jul 2025 14:22:50 -0700 Subject: [PATCH 2/4] Update. --- Extension/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index a03c83ce4..af9a9dcac 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -1,6 +1,6 @@ # C/C++ for Visual Studio Code Changelog -## Version 1.27.0: July 31, 2025 +## Version 1.27.0: August 4, 2025 ### Bug Fixes * Fix an IntelliSense crash in `add_cached_tokens_to_string`. [#11900](https://github.com/microsoft/vscode-cpptools/issues/11900) * Fix an IntelliSense crash in `find_subobject_for_interpreter_address`. [#12464](https://github.com/microsoft/vscode-cpptools/issues/12464) @@ -11,6 +11,7 @@ * Fix IntelliSense crashes when there are duplicate constexpr template functions in a TU. [#13775](https://github.com/microsoft/vscode-cpptools/issues/13775). * Fix the description of `debugServerPath`. [PR #13778](https://github.com/microsoft/vscode-cpptools/pull/13778) * Thank you for the contribution. [@redstrate (Joshua Goins)](https://github.com/redstrate) +* Fix an IntelliSense bug that could cause incorrect string lengths to be reported for string literals in files that use certain file encodings. ## Version 1.26.3: June 24, 2025 ### New Feature From d11a51ff79c5fbeb6a5dd345276a2dea2fd7d140 Mon Sep 17 00:00:00 2001 From: Sean McManus Date: Wed, 30 Jul 2025 14:48:29 -0700 Subject: [PATCH 3/4] Update. --- Extension/CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index af9a9dcac..d11054a01 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -8,9 +8,11 @@ * Fix compiler query failing on Windows if optional job-related API calls fail. [#13679](https://github.com/microsoft/vscode-cpptools/issues/13679) * Fix bugs with Doxygen comments. [#13725](https://github.com/microsoft/vscode-cpptools/issues/13725), [#13726](https://github.com/microsoft/vscode-cpptools/issues/13726), [#13745](https://github.com/microsoft/vscode-cpptools/issues/13745) * Fix bugs with 'Create Definition'. [#13741](https://github.com/microsoft/vscode-cpptools/issues/13741), [#13773](https://github.com/microsoft/vscode-cpptools/issues/13773) -* Fix IntelliSense crashes when there are duplicate constexpr template functions in a TU. [#13775](https://github.com/microsoft/vscode-cpptools/issues/13775). +* Fix IntelliSense crashes when there are duplicate constexpr template functions in a TU. [#13775](https://github.com/microsoft/vscode-cpptools/issues/13775) * Fix the description of `debugServerPath`. [PR #13778](https://github.com/microsoft/vscode-cpptools/pull/13778) - * Thank you for the contribution. [@redstrate (Joshua Goins)](https://github.com/redstrate) + * Thank you for the contribution. [@redstrate (Joshua Goins)](https://github.com/redstrate) +* Remove `-fmodule-mapper`, `-fdeps-format`, and some additional unnecessary args from compiler queries. [#13782](https://github.com/microsoft/vscode-cpptools/issues/13782) +* Fix `-imacro` not configuring IntelliSense correctly. [#13785](https://github.com/microsoft/vscode-cpptools/issues/13785) * Fix an IntelliSense bug that could cause incorrect string lengths to be reported for string literals in files that use certain file encodings. ## Version 1.26.3: June 24, 2025 From 004d88086669b602e7097829b82511c7039ca0cd Mon Sep 17 00:00:00 2001 From: Sean McManus Date: Wed, 30 Jul 2025 16:01:54 -0700 Subject: [PATCH 4/4] Another update. --- Extension/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index d11054a01..399904f93 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -13,6 +13,8 @@ * Thank you for the contribution. [@redstrate (Joshua Goins)](https://github.com/redstrate) * Remove `-fmodule-mapper`, `-fdeps-format`, and some additional unnecessary args from compiler queries. [#13782](https://github.com/microsoft/vscode-cpptools/issues/13782) * Fix `-imacro` not configuring IntelliSense correctly. [#13785](https://github.com/microsoft/vscode-cpptools/issues/13785) +* Fix `pipeTransport.quoteArgs` not being handled correctly. [#13791](https://github.com/microsoft/vscode-cpptools/issues/13791) + * Thank you for the contribution. [@mrjist (Matt)](https://github.com/mrjist) [PR #13794](https://github.com/microsoft/vscode-cpptools/pull/13794) * Fix an IntelliSense bug that could cause incorrect string lengths to be reported for string literals in files that use certain file encodings. ## Version 1.26.3: June 24, 2025