Skip to content

Commit d321f0a

Browse files
sean-mcmanusredstrateColengmsmjristbobbrow
authored
Merge main to vs (#13828)
* Fix the description of debugServerPath (#13778) This mentions the non-existent miDebugServerAddress, but the correct name is actually miDebuggerServerAddress. * Enable string length encoding fix in cpptools (#13769) * Try to fix the Windows builds. (#13788) * Update IntelliSense loc strings. (#13793) * Makes remote attach picker respect the pipeTransport.quoteArgs config… (#13794) * Makes remote attach picker respect the pipeTransport.quoteArgs configuration * fixes linter error - don't compare boolean value to a boolean * Remove "exceptions" from quoteArgs. (#13796) * Fix loc for the miDebuggerServerAddress change. (#13797) * Update changelog for 1.27.0 (2nd time). (#13795) * Update changelog for 1.27.0 (2nd time). * Update form-data. (#13800) * Update form-data. * Revert didOpen changes in favor of adding encoding to didChangeVisibleTextEditors (#13802) * fixing formatting (#13810) * Enable CG trigger on insiders branch * Handle .txx/tpp headers. (#13811) * Handle .txx headers. * Add tpp too. * fix #13818 (#13824) * Bump tmp from 0.2.3 to 0.2.4 in /Extension (#13825) Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.3 to 0.2.4. - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md) - [Commits](raszi/node-tmp@v0.2.3...v0.2.4) --- updated-dependencies: - dependency-name: tmp dependency-version: 0.2.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sean McManus <seanmcm@microsoft.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Joshua Goins <josh@redstrate.com> Co-authored-by: Colen Garoutte-Carson <49173979+Colengms@users.noreply.github.com> Co-authored-by: Matt <59707001+mjrist@users.noreply.github.com> Co-authored-by: Bob Brown <bobbrow@users.noreply.github.com> Co-authored-by: Luca <681992+lukka@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents eb2ccf8 + 8629260 commit d321f0a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+497
-287
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: 3 additions & 2 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
@@ -30,12 +31,12 @@ extends:
3031
parameters:
3132
pool:
3233
name: AzurePipelines-EO
33-
image: AzurePipelinesWindows2022compliantGPT
34+
image: 1ESPT-Windows2022
3435
os: windows
3536
sdl:
3637
sourceAnalysisPool:
3738
name: AzurePipelines-EO
38-
image: AzurePipelinesWindows2022compliantGPT
39+
image: 1ESPT-Windows2022
3940
os: windows
4041
binskim:
4142
preReleaseVersion: '4.3.1'

Build/loc/TranslationsImportExport.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ extends:
3030
parameters:
3131
pool:
3232
name: AzurePipelines-EO
33-
image: AzurePipelinesWindows2022compliantGPT
33+
image: 1ESPT-Windows2022
3434
os: windows
3535
sdl:
3636
sourceAnalysisPool:
3737
name: AzurePipelines-EO
38-
image: AzurePipelinesWindows2022compliantGPT
38+
image: 1ESPT-Windows2022
3939
os: windows
4040
stages:
4141
- stage: stage

Build/package/cpptools_extension_pack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ extends:
2424
parameters:
2525
pool:
2626
name: AzurePipelines-EO
27-
image: AzurePipelinesWindows2022compliantGPT
27+
image: 1ESPT-Windows2022
2828
os: windows
2929
sdl:
3030
sourceAnalysisPool:
3131
name: AzurePipelines-EO
32-
image: AzurePipelinesWindows2022compliantGPT
32+
image: 1ESPT-Windows2022
3333
os: windows
3434

3535
stages:

Build/package/cpptools_themes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ extends:
2424
parameters:
2525
pool:
2626
name: AzurePipelines-EO
27-
image: AzurePipelinesWindows2022compliantGPT
27+
image: 1ESPT-Windows2022
2828
os: windows
2929
sdl:
3030
sourceAnalysisPool:
3131
name: AzurePipelines-EO
32-
image: AzurePipelinesWindows2022compliantGPT
32+
image: 1ESPT-Windows2022
3333
os: windows
3434

3535
stages:

Build/publish/cpptools_extension_pack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ extends:
1818
parameters:
1919
pool:
2020
name: AzurePipelines-EO
21-
image: AzurePipelinesWindows2022compliantGPT
21+
image: 1ESPT-Windows2022
2222
os: windows
2323
sdl:
2424
sourceAnalysisPool:
2525
name: AzurePipelines-EO
26-
image: AzurePipelinesWindows2022compliantGPT
26+
image: 1ESPT-Windows2022
2727
os: windows
2828

2929
stages:

Build/publish/cpptools_themes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ extends:
1818
parameters:
1919
pool:
2020
name: AzurePipelines-EO
21-
image: AzurePipelinesWindows2022compliantGPT
21+
image: 1ESPT-Windows2022
2222
os: windows
2323
sdl:
2424
sourceAnalysisPool:
2525
name: AzurePipelines-EO
26-
image: AzurePipelinesWindows2022compliantGPT
26+
image: 1ESPT-Windows2022
2727
os: windows
2828

2929
stages:

Extension/CHANGELOG.md

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

3-
## Version 1.27.0: July 15, 2025
3+
## Version 1.27.0: August 4, 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 an IntelliSense bug that could cause incorrect string lengths to be reported for string literals in files that use certain file encodings.
1019

1120
## Version 1.26.3: June 24, 2025
1221
### New Feature

0 commit comments

Comments
 (0)