Skip to content

Commit 3956cad

Browse files
authored
Merge branch 'main' into fix/llcdbg-crash
2 parents 21228fd + c6c2208 commit 3956cad

40 files changed

+521
-316
lines changed

.github/actions/package-lock.json

Lines changed: 170 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Build/cg/cg.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ trigger:
44
include:
55
- main
66
- release
7+
- insiders
78

89
schedules:
910
- cron: 30 5 * * 0

Extension/CHANGELOG.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,24 @@
11
# C/C++ for Visual Studio Code Changelog
22

3-
## Version 1.27.0: July 15, 2025
3+
## Version 1.27.0: August 7, 2025
44
### Bug Fixes
5-
* Fix IntelliSense crash in `find_subobject_for_interpreter_address`. [#12464](https://github.com/microsoft/vscode-cpptools/issues/12464)
5+
* Fix an IntelliSense crash in `add_cached_tokens_to_string`. [#11900](https://github.com/microsoft/vscode-cpptools/issues/11900)
6+
* Fix an IntelliSense crash in `find_subobject_for_interpreter_address`. [#12464](https://github.com/microsoft/vscode-cpptools/issues/12464)
67
* Fix changes to the active field being lost in the configuration UI when navigating away. [#13636](https://github.com/microsoft/vscode-cpptools/issues/13636)
78
* Fix compiler query failing on Windows if optional job-related API calls fail. [#13679](https://github.com/microsoft/vscode-cpptools/issues/13679)
89
* 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)
9-
* Fix a bug with 'Create Definition'. [#13741](https://github.com/microsoft/vscode-cpptools/issues/13741)
10+
* Fix bugs with 'Create Definition'. [#13741](https://github.com/microsoft/vscode-cpptools/issues/13741), [#13773](https://github.com/microsoft/vscode-cpptools/issues/13773)
11+
* Fix IntelliSense crashes when there are duplicate constexpr template functions in a TU. [#13775](https://github.com/microsoft/vscode-cpptools/issues/13775)
12+
* Fix the description of `debugServerPath`. [PR #13778](https://github.com/microsoft/vscode-cpptools/pull/13778)
13+
* Thank you for the contribution. [@redstrate (Joshua Goins)](https://github.com/redstrate)
14+
* Remove `-fmodule-mapper`, `-fdeps-format`, and some additional unnecessary args from compiler queries. [#13782](https://github.com/microsoft/vscode-cpptools/issues/13782)
15+
* Fix `-imacro` not configuring IntelliSense correctly. [#13785](https://github.com/microsoft/vscode-cpptools/issues/13785)
16+
* Fix `pipeTransport.quoteArgs` not being handled correctly. [#13791](https://github.com/microsoft/vscode-cpptools/issues/13791)
17+
* Thank you for the contribution. [@mrjist (Matt)](https://github.com/mrjist) [PR #13794](https://github.com/microsoft/vscode-cpptools/pull/13794)
18+
* Fix `.txx` and `.tpp` not being handled as C++ header files. [#13808](https://github.com/microsoft/vscode-cpptools/issues/13808)
19+
* Fix an error when using GitHub Copilot with VS Code older than 1.90.0. [#13818](https://github.com/microsoft/vscode-cpptools/issues/13818)
20+
* Fix activation failing if the `c_cpp_properties.json` exists but fails to be opened. [#13829](https://github.com/microsoft/vscode-cpptools/issues/13829)
21+
* Fix an IntelliSense bug that could cause incorrect string lengths to be reported for string literals in files that use certain file encodings.
1022

1123
## Version 1.26.3: June 24, 2025
1224
### New Feature

Extension/ThirdPartyNotices.txt

Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,6 +1063,29 @@ the licensed code:
10631063
DEALINGS IN THE SOFTWARE.
10641064

10651065

1066+
---------------------------------------------------------
1067+
1068+
---------------------------------------------------------
1069+
1070+
vscode-cpptools 7.1.1 - LicenseRef-scancode-generic-cla AND MIT
1071+
https://github.com/Microsoft/vscode-cpptools-api#readme
1072+
1073+
Copyright (c) Microsoft Corporation
1074+
1075+
vscode-cpptools-api
1076+
1077+
Copyright (c) Microsoft Corporation
1078+
All rights reserved.
1079+
1080+
MIT License
1081+
1082+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the Software), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1083+
1084+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1085+
1086+
THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1087+
1088+
10661089
---------------------------------------------------------
10671090

10681091
---------------------------------------------------------
@@ -2658,7 +2681,7 @@ SOFTWARE.
26582681

26592682
---------------------------------------------------------
26602683

2661-
tmp 0.2.3 - MIT
2684+
tmp 0.2.4 - MIT
26622685
http://github.com/raszi/node-tmp
26632686

26642687
Copyright (c) 2014 KARASZI Istvan
@@ -2738,29 +2761,6 @@ The above copyright notice and this permission notice shall be included in all c
27382761

27392762
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
27402763

2741-
---------------------------------------------------------
2742-
2743-
---------------------------------------------------------
2744-
2745-
vscode-cpptools 7.1.1 - MIT
2746-
https://github.com/Microsoft/vscode-cpptools-api#readme
2747-
2748-
Copyright (c) Microsoft Corporation
2749-
2750-
vscode-cpptools-api
2751-
2752-
Copyright (c) Microsoft Corporation
2753-
All rights reserved.
2754-
2755-
MIT License
2756-
2757-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the Software), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2758-
2759-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2760-
2761-
THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2762-
2763-
27642764
---------------------------------------------------------
27652765

27662766
---------------------------------------------------------
@@ -2952,7 +2952,6 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
29522952
whatwg-url 5.0.0 - MIT
29532953
https://github.com/jsdom/whatwg-url#readme
29542954

2955-
(c) extraPathPercentEncodeSet.has
29562955
Copyright (c) 2015-2016 Sebastian Mayr
29572956

29582957
The MIT License (MIT)

0 commit comments

Comments
 (0)