3d0c45ff96
Merge for 1.32.2 (release) ( #14416 )
...
* Bump picomatch from 2.3.1 to 2.3.2 in /ExtensionPack (#14318 )
Bumps [picomatch](https://github.com/micromatch/picomatch ) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/micromatch/picomatch/releases )
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/picomatch/compare/2.3.1...2.3.2 )
---
updated-dependencies:
- dependency-name: picomatch
dependency-version: 2.3.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump picomatch from 2.3.1 to 2.3.2 in /.github/actions (#14319 )
Bumps [picomatch](https://github.com/micromatch/picomatch ) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/micromatch/picomatch/releases )
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/picomatch/compare/2.3.1...2.3.2 )
---
updated-dependencies:
- dependency-name: picomatch
dependency-version: 2.3.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sean McManus <[email protected] >
* Bump picomatch from 2.3.1 to 2.3.2 in /Themes (#14323 )
Bumps [picomatch](https://github.com/micromatch/picomatch ) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/micromatch/picomatch/releases )
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/picomatch/compare/2.3.1...2.3.2 )
---
updated-dependencies:
- dependency-name: picomatch
dependency-version: 2.3.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update picomatch. (#14324 )
* Update brace-expansion v5. (#14325 )
* Bump serialize-javascript from 7.0.4 to 7.0.5 in /.github/actions (#14332 )
Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript ) from 7.0.4 to 7.0.5.
- [Release notes](https://github.com/yahoo/serialize-javascript/releases )
- [Commits](https://github.com/yahoo/serialize-javascript/compare/v7.0.4...v7.0.5 )
---
updated-dependencies:
- dependency-name: serialize-javascript
dependency-version: 7.0.5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update brace-expansion and serialize-javascript. (#14328 )
* minimize the calls to lm.selectChatModels (#14327 )
* Update brace-expansion for other folders (#14333 )
* Update brace-expansion for other folders.
* Update changelog for 1.31.4. (#14338 )
* Bump @xmldom/xmldom from 0.8.11 to 0.8.12 in /Extension (#14340 )
Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom ) from 0.8.11 to 0.8.12.
- [Release notes](https://github.com/xmldom/xmldom/releases )
- [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md )
- [Commits](https://github.com/xmldom/xmldom/compare/0.8.11...0.8.12 )
---
updated-dependencies:
- dependency-name: "@xmldom/xmldom"
dependency-version: 0.8.12
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update TPN. (#14343 )
* Update npmrc. (#14346 )
* Prefer GPT-5-mini for Copilot Hover (#14349 )
* Update lodash. (#14350 )
* Fix npx @vscode/vsce. (#14354 )
* Fix npx @vscode/vsce.
* Fix cg.yml. (#14355 )
* UCRTVersion is not required for a developer environment (#14358 )
* Update instructions for installing MSVC (#14361 )
* Bump axios from 1.13.6 to 1.15.0 in /.github/actions (#14365 )
Bumps [axios](https://github.com/axios/axios ) from 1.13.6 to 1.15.0.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.13.6...v1.15.0 )
---
updated-dependencies:
- dependency-name: axios
dependency-version: 1.15.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add setting doxygen.generateOnCodeAction. (#14342 )
* Run without debugging (#14351 )
* Switch to GPT-4o. (#14364 )
* Fallback to GPT-5.4-mini and cache the model used. (#14369 )
* Fallback to GPT-5.4-mini and cache the model used.
* Add a script to copy language server and debugger binaries to the Extension folder (#14370 )
* Add internal silent find-all-references command (#14281 )
* Add internal silent find-all-references command
Introduce an internal C_Cpp.FindAllReferences command that issues the existing cpptools/findAllReferences request without joining the workspaceReferences single-flight cancellation path.
Extract the shared request and confirmed-location mapping logic from FindAllReferencesProvider so the existing vscode.executeReferenceProvider flow and the new silent command use the same request translation and cancellation handling for server-side cancel responses.
Keep the interactive provider behavior unchanged: user-invoked references still cancel prior work, reset reference progress state, and update the ReferencesManager UI. The new command resolves the owning client from the target URI and returns locations without progress UI, preview notifications, or references panel updates, enabling concurrent silent callers such as Copilot.
* Add internal quiet definition and call hierarchy commands
Align cpptools with the companion changes that now prefer internal
C_Cpp.* navigation commands over the generic vscode.* provider commands
when running extension-driven symbol queries.
Add C_Cpp.GoToDefinition, C_Cpp.PrepareCallHierarchy,
C_Cpp.CallHierarchyCallsTo, and C_Cpp.CallHierarchyCallsFrom as
internal commands that resolve the owning DefaultClient from the target
URI and send requests directly to cpptools without joining the
workspaceReferences UI and single-flight cancellation path.
Extract shared call hierarchy request and conversion logic from
CallHierarchyProvider so the existing interactive provider flow and the
new silent commands share the same request translation and
server-cancellation handling.
Add a dedicated go-to-definition helper that sends the standard
definition request through the language client and normalizes both
Location and DefinitionLink responses to Location[] so companion callers
can consume a stable result shape.
Keep interactive behavior unchanged: user-invoked providers continue to
use the existing VS Code registrations, progress handling, and
workspaceReferences-driven cancellation semantics, while extension
callers such as the devtools companion can use the new internal command
surface without canceling overlapping work.
* Update changelog for 1.32.0. (#14373 )
* Update changelog for 1.32.0.
* Bump follow-redirects from 1.15.11 to 1.16.0 in /.github/actions (#14376 )
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.11 to 1.16.0.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.11...v1.16.0 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-version: 1.16.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Set context flag for when C++ language server is activated (#14382 )
The primary purpose of this is for this flag to be consumed by the C++ devtools extensions. This way the C++ specific Copilot tools will only appear in tools list and register when the C++ language server is actually activated.
* Update loc for walkthrough.windows.text2. (#14383 )
* Fix and lock the loc terms. (#14387 )
* Fix and lock the loc terms.
* Fix Reinstalling the Extension.md not being included. (#14390 )
* Update changelog for 1.32.1 (#14395 )
* Update changelog for 1.32.1.
* Bump uuid from 8.3.2 to 14.0.0 in /.github/actions (#14402 )
Bumps [uuid](https://github.com/uuidjs/uuid ) from 8.3.2 to 14.0.0.
- [Release notes](https://github.com/uuidjs/uuid/releases )
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/uuidjs/uuid/compare/v8.3.2...v14.0.0 )
---
updated-dependencies:
- dependency-name: uuid
dependency-version: 14.0.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump @xmldom/xmldom from 0.8.12 to 0.8.13 in /Extension (#14403 )
Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom ) from 0.8.12 to 0.8.13.
- [Release notes](https://github.com/xmldom/xmldom/releases )
- [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md )
- [Commits](https://github.com/xmldom/xmldom/compare/0.8.12...0.8.13 )
---
updated-dependencies:
- dependency-name: "@xmldom/xmldom"
dependency-version: 0.8.13
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sean McManus <[email protected] >
* clang-analyazer (#14411 )
* Adding additional parse checking logic (#14407 )
Adding additional parse checking logic to determine if idle state has no pending calls and finished workspace parsing, file parsing, and intellisense updates.
* Update changelog and version for 1.32.2. (#14415 )
* Fix diff with ending EOL in package.json.
---------
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Luca <[email protected] >
Co-authored-by: Ben McMorran <[email protected] >
Co-authored-by: Bob Brown <[email protected] >
Co-authored-by: Carson Radtke <[email protected] >
Co-authored-by: David Raygoza <[email protected] >
Co-authored-by: Sergio Ramirez II <[email protected] >
2026-04-28 13:50:57 -07:00
Sean McManus
734df7ec71
Fix diff with ending EOL in package.json.
2026-04-28 12:19:29 -07:00
Sean McManus
fc37c7091f
Merge branch 'main' into seanmcm/1_32_2_release
2026-04-28 12:15:41 -07:00
f6cc1fbd03
Cherry-picks and changelog update for 1.31.5 release ( #14393 )
...
* Bump @xmldom/xmldom from 0.8.11 to 0.8.12 in /Extension (#14340 )
Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom ) from 0.8.11 to 0.8.12.
- [Release notes](https://github.com/xmldom/xmldom/releases )
- [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md )
- [Commits](https://github.com/xmldom/xmldom/compare/0.8.11...0.8.12 )
---
updated-dependencies:
- dependency-name: "@xmldom/xmldom"
dependency-version: 0.8.12
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Set context flag for when C++ language server is activated (#14382 )
The primary purpose of this is for this flag to be consumed by the C++ devtools extensions. This way the C++ specific Copilot tools will only appear in tools list and register when the C++ language server is actually activated.
* Update lodash. (#14350 )
* Bump picomatch from 2.3.1 to 2.3.2 in /ExtensionPack (#14318 )
Bumps [picomatch](https://github.com/micromatch/picomatch ) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/micromatch/picomatch/releases )
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/picomatch/compare/2.3.1...2.3.2 )
---
updated-dependencies:
- dependency-name: picomatch
dependency-version: 2.3.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump picomatch from 2.3.1 to 2.3.2 in /.github/actions (#14319 )
Bumps [picomatch](https://github.com/micromatch/picomatch ) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/micromatch/picomatch/releases )
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/picomatch/compare/2.3.1...2.3.2 )
---
updated-dependencies:
- dependency-name: picomatch
dependency-version: 2.3.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sean McManus <[email protected] >
* Bump picomatch from 2.3.1 to 2.3.2 in /Themes (#14323 )
Bumps [picomatch](https://github.com/micromatch/picomatch ) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/micromatch/picomatch/releases )
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/picomatch/compare/2.3.1...2.3.2 )
---
updated-dependencies:
- dependency-name: picomatch
dependency-version: 2.3.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update picomatch. (#14324 )
* Update brace-expansion v5. (#14325 )
* Update brace-expansion and serialize-javascript. (#14328 )
* Bump serialize-javascript from 7.0.4 to 7.0.5 in /.github/actions (#14332 )
Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript ) from 7.0.4 to 7.0.5.
- [Release notes](https://github.com/yahoo/serialize-javascript/releases )
- [Commits](https://github.com/yahoo/serialize-javascript/compare/v7.0.4...v7.0.5 )
---
updated-dependencies:
- dependency-name: serialize-javascript
dependency-version: 7.0.5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update brace-expansion for other folders (#14333 )
* Update brace-expansion for other folders.
* Fix Reinstalling the Extension.md not being included. (#14390 )
* Update for 1.31.5.
* Fix typo in changelog.
---------
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: David Raygoza <[email protected] >
2026-04-17 13:54:52 -07:00
Sean McManus
e0bd199546
Fix typo in changelog.
2026-04-17 13:50:32 -07:00
Sean McManus
bc914dc69c
Update for 1.31.5.
2026-04-17 13:42:38 -07:00
Sean McManus
b2f5c605c4
Fix Reinstalling the Extension.md not being included. ( #14390 )
2026-04-17 13:33:21 -07:00
Sean McManus
d41e14fd86
Update brace-expansion for other folders ( #14333 )
...
* Update brace-expansion for other folders.
2026-04-17 13:32:51 -07:00
dependabot[bot]
35c0fd37e2
Bump serialize-javascript from 7.0.4 to 7.0.5 in /.github/actions ( #14332 )
...
Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript ) from 7.0.4 to 7.0.5.
- [Release notes](https://github.com/yahoo/serialize-javascript/releases )
- [Commits](https://github.com/yahoo/serialize-javascript/compare/v7.0.4...v7.0.5 )
---
updated-dependencies:
- dependency-name: serialize-javascript
dependency-version: 7.0.5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-17 13:32:27 -07:00
Sean McManus
99259bf194
Update brace-expansion and serialize-javascript. ( #14328 )
2026-04-17 13:32:04 -07:00
Sean McManus
10c1e1b606
Update brace-expansion v5. ( #14325 )
2026-04-17 13:31:37 -07:00
Sean McManus
fcdb6efbab
Update picomatch. ( #14324 )
2026-04-17 13:31:06 -07:00
dependabot[bot]
bd5f6c0462
Bump picomatch from 2.3.1 to 2.3.2 in /Themes ( #14323 )
...
Bumps [picomatch](https://github.com/micromatch/picomatch ) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/micromatch/picomatch/releases )
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/picomatch/compare/2.3.1...2.3.2 )
---
updated-dependencies:
- dependency-name: picomatch
dependency-version: 2.3.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-17 13:30:35 -07:00
dependabot[bot] and Sean McManus
9c45e4d2bc
Bump picomatch from 2.3.1 to 2.3.2 in /.github/actions ( #14319 )
...
Bumps [picomatch](https://github.com/micromatch/picomatch ) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/micromatch/picomatch/releases )
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/picomatch/compare/2.3.1...2.3.2 )
---
updated-dependencies:
- dependency-name: picomatch
dependency-version: 2.3.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sean McManus <[email protected] >
2026-04-17 13:30:17 -07:00
dependabot[bot]
31f6b66e6b
Bump picomatch from 2.3.1 to 2.3.2 in /ExtensionPack ( #14318 )
...
Bumps [picomatch](https://github.com/micromatch/picomatch ) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/micromatch/picomatch/releases )
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/picomatch/compare/2.3.1...2.3.2 )
---
updated-dependencies:
- dependency-name: picomatch
dependency-version: 2.3.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-17 13:29:57 -07:00
Sean McManus
4404bf76a7
Update lodash. ( #14350 )
2026-04-17 13:27:28 -07:00
David Raygoza
133896eb4c
Set context flag for when C++ language server is activated ( #14382 )
...
The primary purpose of this is for this flag to be consumed by the C++ devtools extensions. This way the C++ specific Copilot tools will only appear in tools list and register when the C++ language server is actually activated.
2026-04-17 13:26:21 -07:00
dependabot[bot]
376562ee75
Bump @xmldom/xmldom from 0.8.11 to 0.8.12 in /Extension ( #14340 )
...
Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom ) from 0.8.11 to 0.8.12.
- [Release notes](https://github.com/xmldom/xmldom/releases )
- [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md )
- [Commits](https://github.com/xmldom/xmldom/compare/0.8.11...0.8.12 )
---
updated-dependencies:
- dependency-name: "@xmldom/xmldom"
dependency-version: 0.8.12
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-17 13:25:03 -07:00
Sean McManus and dependabot[bot]
668b33c1e5
Cherry pick to resolve security warning ( #14388 )
...
* Bump axios from 1.13.6 to 1.15.0 in /.github/actions (#14365 )
Bumps [axios](https://github.com/axios/axios ) from 1.13.6 to 1.15.0.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.13.6...v1.15.0 )
---
updated-dependencies:
- dependency-name: axios
dependency-version: 1.15.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump follow-redirects from 1.15.11 to 1.16.0 in /.github/actions (#14376 )
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.11 to 1.16.0.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.11...v1.16.0 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-version: 1.16.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---------
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-16 15:40:35 -07:00
dependabot[bot]
6317e27e45
Bump follow-redirects from 1.15.11 to 1.16.0 in /.github/actions ( #14376 )
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.11 to 1.16.0.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.11...v1.16.0 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-version: 1.16.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-16 15:33:53 -07:00
dependabot[bot]
223a3e2cbe
Bump axios from 1.13.6 to 1.15.0 in /.github/actions ( #14365 )
...
Bumps [axios](https://github.com/axios/axios ) from 1.13.6 to 1.15.0.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.13.6...v1.15.0 )
---
updated-dependencies:
- dependency-name: axios
dependency-version: 1.15.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-16 15:33:10 -07:00
Sean McManus
5b000d939b
Merge pull request #14339 from microsoft/seanmcm/1_31_4_release
...
Update changelog for 1.31.4. (#14338 )
2026-03-31 15:19:40 -07:00
Sean McManus
b6b11027da
Update changelog for 1.31.4. ( #14338 )
2026-03-31 15:18:17 -07:00
Sean McManus
e22017f6df
Merge pull request #14315 from microsoft/seanmcm/1_31_3_release2
...
Merge for 1.31.3 (again)
2026-03-23 12:06:23 -07:00
Sean McManus
a2f6a72aed
Merge branch 'main' into seanmcm/1_31_3_release2
2026-03-23 12:04:48 -07:00
Sean McManus
593ed07c56
Merge pull request #14300 from microsoft/seanmcm/1_31_1_release2
...
Merge for 1.31.3 (2nd time)
2026-03-19 11:16:39 -07:00
Sean McManus
40f7455acd
Merge branch 'main' into seanmcm/1_31_1_release2
2026-03-19 11:03:43 -07:00
Sean McManus
adf4681ef8
Merge pull request #14291 from microsoft/seanmcm/1_31_3_release
...
Merge for 1.31.3
2026-03-17 14:13:30 -07:00
Sean McManus
a53dac8bef
Merge branch 'main' into seanmcm/1_31_3_release
2026-03-17 13:40:46 -07:00
Sean McManus
04c60c288a
Merge branch 'main' into seanmcm/1_31_3_release
2026-03-17 13:06:35 -07:00
Sean McManus
fa71378712
Merge pull request #14252 from microsoft/seanmcm/updateRelease_1_31_1
...
Update release with 1.31.1 (to enable a release build for compliance checks)
2026-03-10 16:02:43 -07:00
Sean McManus
36a78e89e1
Merge branch 'main' into seanmcm/updateRelease_1_31_1
2026-03-10 14:13:04 -07:00
Sean McManus
364ba2789c
Change the version to 1.30.5 to block publishing via skip-duplicate
2026-03-09 12:30:41 -07:00
Sean McManus
8d5fc737b1
Merge branch 'main' into seanmcm/updateRelease_1_31_1
2026-03-09 12:09:12 -07:00
Sean McManus
1172405856
Merge pull request #14238 from microsoft/seanmcm/cherryPicka5d00e31230bdad1d171d1fd1421ac97fa77b275
...
Switch vsix packing to use Nuget.config (#14209 )
2026-03-04 16:55:47 -08:00
Sean McManus
b013b10b64
Switch vsix packing to use Nuget.config ( #14209 )
...
* Add a NuGet.config file
2026-03-04 15:38:01 -08:00
Sean McManus
c6ff700da2
Update changelog for 1.30.5 ( #14171 ) ( #14172 )
...
* Update changelog for 1.30.5.
2026-02-06 15:13:39 -08:00
Sean McManus
936e7e3b15
Update changelog for 1.30.5 ( #14171 )
...
* Update changelog for 1.30.5.
2026-02-06 15:11:58 -08:00
Sean McManus
e7e2e3983f
Merge pull request #14166 from microsoft/main
...
Update changelog and version for 1.30.4. (#14165 )
2026-02-03 11:28:43 -08:00
Sean McManus
80a6d16f83
Merge pull request #14153 from microsoft/seanmcm/1_30_3_release
...
Merge for 1.30.3 (release)
2026-01-29 17:55:46 -08:00
Sean McManus
e5a976f229
Merge branch 'main' into seanmcm/1_30_3_release
2026-01-29 17:34:25 -08:00
Sean McManus
70fbfd71e1
Merge pull request #14095 from microsoft/seanmcm/1_29_3_release
...
Cherry-picks for 1.29.3
2025-12-08 16:12:24 -08:00
Sean McManus
5b3b56c694
Update changelog for 1.29.3. ( #14093 )
...
* Update changelog for 1.29.3.
2025-12-08 15:22:01 -08:00
Bob Brown
777ff002f1
Don't require NETFXSDKDir for msvc environment test ( #14088 )
2025-12-08 15:21:24 -08:00
Bob Brown
8de8679b3e
Merge pull request #14075 from microsoft/revert-14074-fix/comment-continuation-pattern
...
Revert "Fix custom comment continuation for multiple follow-up lines"
2025-12-02 18:49:08 +00:00
Bob Brown
e02269ba89
Revert "Fix custom comment continuation for multiple follow-up lines ( #14074 )"
...
This reverts commit 7852d4587c .
2025-12-02 10:03:40 -08:00
dinhtam2c
7852d4587c
Fix custom comment continuation for multiple follow-up lines ( #14074 )
2025-12-02 09:57:50 -08:00
a1cb1d8bec
Merge for 1.29.2 ( #14072 )
...
* put standard library file associations in package.json (#14002 )
* Fix incorrect comma in settings string. (#14005 )
* Update IntelliSense strings (translations are available yet). (#14020 )
* Enable setting the VS dev environment without running from Dev Command Prompt (#13571 )
* For VS 18.0 and above, use "Insiders" instead of "Preview" (#14022 )
* Adding telemetry for devcmd environment usage (#14023 )
* Update changelog and version for 1.29.0. (#14028 )
* Update changelog and version for 1.29.0.
* Update TPN. (#14029 )
* Update changelog (2nd time). (#14032 )
* Update IntelliSense loc strings. (#14038 )
* Update localization (#14039 )
* Localization - Translated Strings
* Some fixes.
* Remove \t.
---------
Co-authored-by: csigs <[email protected] >
* Update the msvc version to 1950. (#14042 )
* Retry build files task in cg.yml (#14043 )
* Retry build files.
* Update changelog for 1.29.1. (#14058 )
* Bump js-yaml from 4.1.0 to 4.1.1 in /Extension (#14060 )
Bumps [js-yaml](https://github.com/nodeca/js-yaml ) from 4.1.0 to 4.1.1.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1 )
---
updated-dependencies:
- dependency-name: js-yaml
dependency-version: 4.1.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update js-yaml for github actions. (#14061 )
* Fix typo "no_suitable_complier" in nativeStrings.json (#14064 )
* Update changelog and verison for 1.29.2. (#14070 )
---------
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: Bob Brown <[email protected] >
Co-authored-by: csigs <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dhruvil Shah <[email protected] >
2025-12-01 18:13:44 -08:00
Sean McManus
e10273d4a5
Merge branch 'main' into seanmcm/1_29_2_release
2025-12-01 17:21:30 -08:00
Sean McManus
0ae864f1d7
Merge pull request #14003 from microsoft/main
...
Merge for 1.28.3 (release)
2025-10-15 11:59:21 -07:00
Sean McManus
58e66e8aac
Merge pull request #13992 from microsoft/main
...
Merge for 1.28.2
2025-10-10 11:42:29 -07:00
Sean McManus
cf11bb5666
Merge pull request #13944 from microsoft/seanmcm/1_27_7_release
...
Merge for 1.27.7
2025-09-17 15:54:37 -07:00
Sean McManus
777af10222
Fix bad merge.
2025-09-17 15:39:28 -07:00
Sean McManus
ca3dcdbc8f
Merge branch 'main' into seanmcm/1_27_7_release
2025-09-17 15:36:38 -07:00
Sean McManus
ff2fb7eb65
Merge pull request #13919 from microsoft/seanmcm/1_26_5_release
...
Cherry-pick for 1.26.5
2025-09-10 09:01:57 -07:00
Sean McManus
a1fa61e73f
Update changelog and version for 1.26.5.
2025-09-10 08:43:37 -07:00
Dirk Bäumer
42f7302d6b
Wait maximum 3 seconds for the Copilot chat extension to activate. ( #13918 )
2025-09-10 08:36:00 -07:00
Sean McManus
af326bd298
Merge pull request #13900 from microsoft/seanmcm/1_26_4_release
...
1.26.4 release
2025-09-05 16:16:37 -07:00
Sean McManus
b50bf604fd
Remove / from the message since it seems to cause it to be dropped. ( #13899 )
2025-09-05 09:56:16 -07:00
Sean McManus
f4f3d8ca8b
Add more state info to cpptools crash logging. ( #13888 )
...
* Add more state info to cpptools crash logging.
2025-09-05 09:55:45 -07:00
Sean McManus
303b838a41
Update changelog and version for 1.26.4
2025-09-05 04:34:59 -07:00
Dirk Bäumer
36cea36784
Register the CPP context provider with Copilot Chat as well. ( #13877 )
...
* Register context provider API with copilot chat as well.
2025-09-05 04:34:28 -07:00
Sean McManus
e4f859dd56
Merge pull request #13718 from microsoft/main
...
Merge for 1.26.3 release
2025-06-18 19:14:47 -07:00
Sean McManus
97c5f14bd5
Merge pull request #13563 from microsoft/main
...
Merge for 1.25.3
2025-04-28 15:03:26 -07:00
Sean McManus
c4003c07e8
Merge pull request #13451 from microsoft/main
...
Merge for 1.24.5 (release)
2025-04-02 12:39:30 -07:00
Sean McManus
c27806e763
Merge pull request #13430 from microsoft/main
...
Merge for 1.24.x (2nd time)
2025-03-26 14:20:24 -07:00
Sean McManus
7cfb2d3316
Merge pull request #13423 from microsoft/seanmcm/1_24_x_release
...
Merge for 1.24.x
2025-03-26 11:09:49 -07:00
Sean McManus
9a03b747c6
Fix incorrect diffs in the branch.
2025-03-25 17:21:16 -07:00
Sean McManus
989cee4414
Merge branch 'main' into seanmcm/1_24_x_release
2025-03-25 16:59:59 -07:00
Sean McManus
c357224407
Merge pull request #13245 from microsoft/seanmcm/1_23_6_release
...
Cherry-picks for 1.23.6
2025-02-06 11:51:34 -08:00
Sean McManus
a636c87f3e
Update changelog for 1.23.6 ( #13244 )
...
* Update changelog and version.
2025-02-06 11:26:32 -08:00
Garrett Serack
471cdfecf8
don't abort instantly, keep searching ( #13243 )
2025-02-06 11:25:58 -08:00
Sean McManus
97128122b0
Fix Select IntelliSense Configuration regression. ( #13224 )
2025-02-06 11:21:39 -08:00
Sean McManus
006ebff619
Merge pull request #13211 from microsoft/seanmcm/1_23_5_release
...
Merge insiders to release (with cherry-picks from main) for 1.23.5
2025-01-28 13:20:36 -08:00
Sean McManus
1458694ed6
Fix incorrect merge.
2025-01-28 12:09:47 -08:00
Sean McManus
896024ba9c
Update changelog and version for 1.23.5. ( #13208 )
...
* Update changelog and version for 1.23.5.
2025-01-28 12:07:40 -08:00
Sean McManus
779bb080c1
Fix an undefined access when an edit is done before cpptools starts ( #13206 )
...
* Fix an undefined access.
2025-01-28 12:07:29 -08:00
Sean McManus
97df273fc1
Fix Call Hierarchy Calls From. ( #13201 )
2025-01-28 12:07:18 -08:00
dependabot[bot]
7037b070ce
Bump undici from 5.28.4 to 5.28.5 in /.github/actions ( #13180 )
...
Bumps [undici](https://github.com/nodejs/undici ) from 5.28.4 to 5.28.5.
- [Release notes](https://github.com/nodejs/undici/releases )
- [Commits](https://github.com/nodejs/undici/compare/v5.28.4...v5.28.5 )
---
updated-dependencies:
- dependency-name: undici
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-28 12:06:58 -08:00
Sean McManus
205e63772c
Merge branch 'insiders' into seanmcm/1_23_5_release
2025-01-28 12:06:48 -08:00
Sean McManus
e7dff799fd
Merge pull request #13179 from microsoft/seanmcm/1_23_4_cherrypicks2
...
More cherry picks for 1.23.4
2025-01-21 16:31:21 -08:00
Sean McManus
ec41c3e481
Add a changelog entry. ( #13177 )
2025-01-21 16:30:13 -08:00
[email protected]
71cf89ce70
[Auto] Localization - Translated Strings ( #13027 )
2025-01-21 16:14:44 -08:00
Sean McManus
f7863066f3
Merge pull request #13168 from microsoft/seanmcm/cherryPick1_23_4
...
Cherry-pick for 1.23.4
2025-01-17 18:21:21 -08:00
Sean McManus
0c2862c379
Update changelog for 1.23.4 (3rd time) ( #13164 )
...
* Update changelog (3rd time).
* Minor TPN changes.
2025-01-17 18:13:23 -08:00
Sean McManus
6026c84c6f
Merge pull request #13163 from microsoft/main
...
Merge for 1.23.4 (2nd time)
2025-01-16 10:46:23 -08:00
Sean McManus
e3ee2ee76a
Merge pull request #13156 from microsoft/main
...
Merge for 1.23.4 (pre-release)
2025-01-15 15:44:30 -08:00
Sean McManus
ff1cd88466
Merge pull request #13136 from microsoft/main
...
Merge for 1.23.3 (pre-release)
2025-01-08 14:04:36 -08:00
Colen Garoutte-Carson
98696368f4
Merge pull request #13025 from microsoft/main
2024-12-05 12:45:31 -08:00
Sean McManus
99d98afcec
Merge pull request #13021 from microsoft/main
...
Merge to insiders for 1.23.2
2024-12-04 20:04:33 -08:00
Sean McManus
784f1450c0
Merge pull request #12939 from microsoft/main
...
Update changelog. (#12938 )
2024-11-06 13:56:23 -08:00
Sean McManus
7d26dd1c4f
Merge pull request #12932 from microsoft/main
...
Merge for 1.23.1
2024-11-05 17:29:22 -08:00
Sean McManus
37950ffb2d
Merge pull request #12930 from microsoft/seanmcm/1_22_11_release
...
Cherry-pick and version and changelog update for 1.22.11
2024-11-05 15:05:32 -08:00
Sean McManus
23b0672837
Cherry-pick and update version and changelog for 1.22.11.
2024-11-05 14:44:40 -08:00
Colen Garoutte-Carson
7bafd64cfe
Fix processing of bools and numbers in editorConfig files ( #12923 )
2024-11-05 14:35:27 -08:00
Sean McManus
381d69646b
Merge pull request #12900 from microsoft/main
...
Merge for 1.23.0 (2nd time)
2024-10-29 13:02:21 -07:00
Sean McManus
bfa36bc662
Merge pull request #12886 from microsoft/main
...
Merge for 1.23.0 (2nd time)
2024-10-24 16:59:12 -07:00
Sean McManus
5cbe83ec44
Merge pull request #12877 from microsoft/main
...
Preliminary merge for 1.23.0
2024-10-22 17:02:44 -07:00
Sean McManus
dead10ac8a
Merge pull request #12870 from microsoft/seanmcm/1_22_10_release
...
Cherry-picks for 1.22.10
2024-10-21 14:00:18 -07:00
Colen Garoutte-Carson
ce20613f24
Update changelog for 1.22.10 ( #12852 )
2024-10-21 12:51:56 -07:00
Ben McMorran
86c6c10f18
React to lmTools API breaking changes ( #12866 )
2024-10-21 12:50:06 -07:00
Sean McManus
db6e0cb5cf
Merge pull request #12839 from microsoft/seanmcm/1_22_9_update
...
Last minute updates for 1.22.9
2024-10-14 12:09:27 -07:00
Sean McManus
f9e067f5d1
Last minute updates for 1.22.9.
2024-10-14 12:05:29 -07:00
Ben McMorran
b137df0bcd
React to breaking changes in lmTools API ( #12838 )
2024-10-14 12:04:56 -07:00
Sean McManus
827db55084
Merge pull request #12827 from microsoft/seanmcm/1_22_9_release
...
Merge for 1.22.9
2024-10-10 11:46:03 -07:00
Sean McManus
8a2324daaa
Merge branch 'main' into seanmcm/1_22_9_release
2024-10-09 14:34:08 -07:00
Colen Garoutte-Carson
d41ccfd497
Merge pull request #12818 from microsoft/main
2024-10-07 18:05:23 -07:00
Sean McManus
bdd3541f28
Merge branch 'main' into seanmcm/1_22_8_release
2024-10-04 15:07:46 -07:00
Sean McManus
c8b7f13c1a
Merge pull request #12791 from microsoft/main
...
Merge for 1.22.7
2024-09-30 16:12:32 -07:00
Colen Garoutte-Carson
8d0d3601a7
Merge pull request #12770 from microsoft/main
2024-09-25 15:46:38 -07:00
Sean McManus
e9613ae7ad
Merge pull request #12764 from microsoft/main
...
Merge for 1.22.5
2024-09-24 16:55:39 -07:00
Colen Garoutte-Carson
3570705b5c
Merge pull request #12742 from microsoft/main
2024-09-19 16:12:27 -07:00
Colen Garoutte-Carson
096b1463a6
Merge pull request #12740 from microsoft/main
2024-09-19 15:32:11 -07:00
Colen Garoutte-Carson
812318163d
Merge pull request #12738 from microsoft/main
2024-09-19 15:04:30 -07:00
Colen Garoutte-Carson
225b776d99
Merge pull request #12734 from microsoft/main
2024-09-18 14:30:06 -07:00
Colen Garoutte-Carson
12d95f4708
Merge pull request #12707 from microsoft/main
2024-09-12 12:23:00 -07:00
Sean McManus
317df57496
Merge pull request #12658 from microsoft/main
...
Merge for 1.22.2
2024-08-29 19:31:09 -07:00
Sean McManus
f63c3652f8
Merge pull request #12654 from microsoft/main
...
Merge for 1.22.1
2024-08-29 13:36:59 -07:00
Sean McManus
5d62607760
Merge pull request #12633 from microsoft/main
...
Merge for 1.22.0 (2nd time)
2024-08-26 15:23:50 -07:00
Sean McManus
26d0932972
Merge pull request #12610 from microsoft/main
...
Merge for 1.22.0 (pre-release)
2024-08-21 14:05:26 -07:00
Sean McManus
3cc2650dfa
Merge pull request #12538 from microsoft/seanmcm/1_21_6_release
...
Update changelog and version for 1.21.6
2024-08-05 09:27:22 -07:00
Sean McManus
fdf9b5bfe0
Update changelog and version for 1.21.6
2024-08-02 18:31:39 -07:00
Sean McManus
fdd71bc963
Merge pull request #12531 from microsoft/seanmcm/1_21_5_release
...
Update for 1.21.5.
2024-07-30 22:09:55 -07:00
Sean McManus
1d266a9c0e
Update for 1.21.5.
2024-07-30 20:09:13 -07:00
Sean McManus
f818529a08
Merge pull request #12517 from microsoft/seanmcm/1_21_4_release
...
Merge for 1.21.4
2024-07-25 15:13:50 -07:00
Sean McManus
41a05a90c8
Update TPN for 1.21.4
2024-07-25 15:09:54 -07:00
Sean McManus
e59c6ca759
Go back to supporting VS Code 1.67.0 instead of 1.82.0.
2024-07-25 14:53:37 -07:00
Sean McManus
287ee3961b
Merge pull request #12500 from microsoft/seanmcm/1_21_3_release
...
Update changelog and version for 1.21.3. (#12499 )
2024-07-23 19:33:36 -07:00
Sean McManus
8a8fd883ac
Update changelog and version for 1.21.3. ( #12499 )
2024-07-23 19:32:29 -07:00
Sean McManus
4fe56500a9
Merge pull request #12474 from microsoft/seanmcm/1_21_2_release
...
Merge for 1.21.2
2024-07-17 18:13:02 -07:00
Sean McManus
03911153f9
Update date.
2024-07-17 15:42:14 -07:00
Sean McManus
acea31e572
Minor update.
2024-07-12 15:58:18 -07:00
Sean McManus
bf21e01764
Update
2024-07-12 12:25:35 -07:00
Sean McManus
30f1361d23
Merge branch 'main' into seanmcm/1_21_2_release
2024-07-12 12:01:21 -07:00
Sean McManus
825033f768
Merge pull request #12467 from microsoft/main
...
Merge for 1.21.1 (pre-release)
2024-07-12 11:50:25 -07:00
Sean McManus
d8426caacc
Merge pull request #12389 from microsoft/main
...
Fix crash from loc message mismatch. (#12388 )
2024-06-17 14:36:02 -07:00
Sean McManus
8942530744
Merge pull request #12386 from microsoft/main
...
Update changelog date. (#12385 )
2024-06-17 11:03:29 -07:00
Sean McManus
e663939e56
Merge pull request #12374 from microsoft/seanmcm/1_21_0_insiders
...
Merge for 1.21.0
2024-06-13 19:22:14 -07:00
Sean McManus
1fb5b63ab7
Merge branch 'main' into seanmcm/1_21_0_insiders
2024-06-13 14:47:55 -07:00
Sean McManus
03933b0a74
Merge pull request #12277 from microsoft/seanmcm/1_20_5_release
...
Merge for 1.20.5
2024-05-07 20:26:45 -07:00
[email protected]
fc8eb8632f
[Auto] Localization - Translated Strings ( #12236 )
2024-05-03 16:06:02 -07:00
Sean McManus
f6722bc8ff
Update version and changelog for 1.20.5 ( #12264 )
...
* Update version and changelog for 1.20.5
2024-05-03 15:30:48 -07:00
Sean McManus
894db52405
Fix macOS version check. ( #12276 )
2024-05-03 15:29:46 -07:00
Sean McManus
abf384619d
Merge branch 'insiders' into seanmcm/1_20_5_release
2024-05-03 15:29:34 -07:00
Sean McManus
fd482d2169
Merge pull request #12274 from microsoft/seanmcm/1_20_4_cherrypick
...
Updates for 1.20.4 (#12273 )
2024-05-02 11:16:42 -07:00
Sean McManus
2fafd831e5
Updates for 1.20.4 ( #12273 )
...
* Don't use the crash handler on macOS < 19.
* Update version and changelog.
2024-05-02 10:14:49 -07:00
Sean McManus
1ceae9d4ed
Merge pull request #12266 from microsoft/seanmcm/1_20_3_cherryPicks
...
Cherry-picks for 1.20.3
2024-04-30 16:18:52 -07:00
Sean McManus
d4d5d4551f
Update version and changelog for 1.20.3 ( #12245 )
...
* Update version and changelog for 1.20.3
2024-04-30 13:11:53 -07:00
Sean McManus
0ef77b5616
Improvements to crash call stack logging. ( #12247 )
...
* Updates to crash call stack logging.
* Move crash logging to its own channel.
2024-04-30 13:11:10 -07:00
Sean McManus
efdc8e90f6
Merge pull request #12235 from microsoft/seanmcm/1_20_2_cherryPicks2
...
Cherry-picks for 1.20.2
2024-04-19 17:17:01 -07:00
Sean McManus
9f020e9258
Update changelog for 1.20.2 (2nd time) ( #12228 )
...
* Update changelog
2024-04-19 16:57:13 -07:00
Bob Brown
c058568767
rename the property again ( #12233 )
...
* rename the property again
* fail
2024-04-19 16:57:00 -07:00
browntarik
8809e69e91
Remove redundant variable resolution in handleSquiggles and fix error messaging for env and delimited paths under include paths in c_cpp_properties.json ( #12188 )
...
* remove redundant variable resolution
* fix lint
* remove resolveVariable redundancies
* change when resolve and split happens
* fix lint
* Resolve error checking for environment vars and delimited paths
* remove "path" from error messaging
* Adjust error messaging
* remove stray comment
* refactor error messaging + minor fix
* resolve lint
* Fix multi path squiggle regression
* Remove resolvedPath redundancies
* Refactor error messaging and squiggling
* Revert and improve error squiggling behavior
* fix linting
* properly proccess glob patterns + minor fixes
* fix comment positions
* Refactor error message + minor fix
* Fix telemetry metric + minor fix
2024-04-19 16:56:46 -07:00
Sean McManus
7af5c40dd0
Handle multiple cpptools-srv crashes. ( #12225 )
2024-04-19 16:56:33 -07:00
Sean McManus
1d2bd10691
Merge pull request #12223 from microsoft/main
...
Fix SettingsTracking treating numerical loggingLevel as invalid. (#12…
2024-04-18 15:11:30 -07:00
Sean McManus
dac96fe852
Merge pull request #12209 from microsoft/main
...
Merge for 1.20.2
2024-04-16 18:43:48 -07:00
Sean McManus
a1487e5e79
Merge pull request #12185 from microsoft/main
...
Merge for 1.20.1
2024-04-09 17:07:29 -07:00
Sean McManus
6f19496172
Merge pull request #12138 from microsoft/main
...
Merge for 1.20.0
2024-03-26 14:12:18 -07:00
Colen Garoutte-Carson
ad5d6de4ea
Merge pull request #12123 from microsoft/coleng/cherry_pick_1.19.9.x2
2024-03-19 16:40:47 -07:00
Colen Garoutte-Carson
153e232f2d
Update changelog for 1.19.9 again ( #12122 )
2024-03-19 16:16:21 -07:00
Colen Garoutte-Carson
bcd4a7f025
Merge pull request #12118 from microsoft/coleng/cherry_pick_1.19.9
2024-03-18 15:00:41 -07:00
Colen Garoutte-Carson
3c3d463a81
Update changelog 1.19.9 ( #12117 )
2024-03-18 13:22:40 -07:00
Colen Garoutte-Carson
92691929ed
Merge pull request #12100 from microsoft/coleng/merge_release_1.19.8.try2
2024-03-13 17:16:25 -07:00
Colen Garoutte-Carson
86a41c9021
Update changelog for 1.19.8 again ( #12099 )
2024-03-13 17:12:21 -07:00
Colen Garoutte-Carson
a71c90c140
Merge pull request #12093 from microsoft/coleng/cherry_pick_1.19.8
2024-03-12 19:16:35 -07:00
Colen Garoutte-Carson
1d28851ef7
Update changelog for 1.19.8 ( #12092 )
2024-03-12 19:11:20 -07:00
Colen Garoutte-Carson
1aced54699
Merge pull request #12090 from microsoft/coleng/cherry_pick_3_11_2024
2024-03-11 14:17:04 -07:00
Bob Brown
a8cf39c8b4
Prevent the status bar from updating too quickly ( #12088 )
2024-03-11 13:32:50 -07:00
Colen Garoutte-Carson
e037b95926
Merge pull request #12087 from microsoft/coleng/cherry_pick_to_release_again
2024-03-08 15:09:53 -08:00
Colen Garoutte-Carson
af7f6ce52e
Update changelog again for 1.19.7 ( #12086 )
2024-03-08 15:01:37 -08:00
Colen Garoutte-Carson
9a18982440
Merge pull request #12083 from microsoft/coleng/cherry_pick_release_1.19.7
2024-03-08 11:09:55 -08:00
Colen Garoutte-Carson
35bf4c8b0f
Update changelog for 1.19.7 ( #12081 )
2024-03-08 10:32:50 -08:00
Colen Garoutte-Carson
23446558cf
Merge pull request #12065 from microsoft/main
2024-03-05 18:22:19 -08:00
Colen Garoutte-Carson
76ccb791ff
Merge pull request #11947 from microsoft/main
2024-02-09 17:16:17 -08:00
Colen Garoutte-Carson
a5a5735089
Merge pull request #11942 from microsoft/main
2024-02-08 17:07:45 -08:00
Sean McManus
5077edf585
Merge pull request #11886 from microsoft/main
...
Merge for 1.19.2 (2nd time)
2024-01-19 18:08:55 -08:00
Colen Garoutte-Carson
f38926f8b1
Merge pull request #11874 from microsoft/main
2024-01-16 17:41:23 -08:00
Sean McManus
30de9bcc27
Merge pull request #11725 from microsoft/main
...
Update for 1.19.1 (#11724 )
2023-11-21 17:12:17 -08:00
Sean McManus
100e2e0828
Merge pull request #11699 from microsoft/main
...
Merge for 1.19.0
2023-11-16 18:39:02 -08:00
Sean McManus
e3b41771c6
Merge pull request #11639 from microsoft/main
...
Merge for 1.18.2 (2nd time)
2023-11-08 12:34:50 -08:00
Sean McManus
3f7f3090f6
Merge pull request #11633 from microsoft/main
...
Merge for 1.18.2
2023-11-07 15:59:34 -08:00
Sean McManus
4149493f2c
Merge pull request #11607 from microsoft/main
...
Merge for 1.18.1
2023-11-01 17:55:01 -07:00
Sean McManus
43aad3f65c
Merge pull request #11528 from microsoft/main
...
Update changelog (2nd time) (#11527 )
2023-10-12 17:21:18 -07:00
Sean McManus
bedcacb0a1
Merge pull request #11526 from microsoft/main
...
Merge for 1.18.0
2023-10-12 14:58:49 -07:00
Sean McManus
a5f8f84b43
Merge pull request #11303 from microsoft/main
...
Merge for 1.17.1
2023-08-08 17:51:04 -07:00
Sean McManus
e53b190380
Merge pull request #11253 from microsoft/main
...
Merge (again) for 1.17.0
2023-07-26 16:56:43 -07:00
Michelle Matias
1846fd4001
Merge pull request #11250 from microsoft/main
2023-07-26 14:15:17 -07:00
Colen Garoutte-Carson
62e09945e3
Merge pull request #11241 from microsoft/main
2023-07-24 17:32:28 -07:00
Michelle Matias
c9b0db02fd
Merge pull request #11230 from microsoft/main
...
Merge 1.17.0
2023-07-21 14:08:21 -07:00
Michelle Matias
51da619eec
Merge pull request #11099 from microsoft/main
...
1.16.1 pre-release
2023-06-15 21:19:13 -07:00
Michelle Matias
3eb50568e9
Merge pull request #10986 from microsoft/main
...
[Auto] Localization - Translated Strings (#10889 )
2023-05-22 13:53:52 -07:00
Michelle Matias
866b145645
Merge pull request #10975 from microsoft/main
...
1.16.0 pre-release
2023-05-19 15:52:02 -07:00
Sean McManus
9762fe5397
Merge pull request #10862 from microsoft/main
...
Merge for 1.15.3 (2nd time)
2023-04-21 19:00:16 -07:00
Sean McManus
377896c30a
Merge pull request #10846 from microsoft/main
...
Merge for 1.15.3
2023-04-20 18:55:05 -07:00
Michelle Matias
98f13a6f11
Merge pull request #10815 from microsoft/main
...
Don't put the compiler selection in the global settings if using the …
2023-04-12 17:57:26 -07:00
Michelle Matias
0d85aea687
Merge pull request #10813 from microsoft/main
...
Revert walkthrough doc links until walkthrough is published (#10812 )
2023-04-12 15:51:05 -07:00
Sean McManus
25d2b76514
Merge pull request #10811 from microsoft/main
...
Merge for 1.15.2
2023-04-12 11:03:43 -07:00
Sean McManus
42dfef3f6b
Merge pull request #10728 from microsoft/main
...
Merge for 1.15.1
2023-03-22 11:43:15 -07:00
Sean McManus
1ce1e9cd71
Merge pull request #10716 from microsoft/main
...
Update changelog for 1.15.1. (#10708 )
2023-03-21 09:53:45 -07:00
Sean McManus
65163966d5
Merge pull request #10679 from microsoft/main
...
Merge for 1.15.0
2023-03-15 17:17:35 -07:00
Sean McManus
edf8e0a155
Merge pull request #10504 from microsoft/main
...
Merge for 1.14.2 (2nd time)
2023-02-09 16:30:37 -08:00
Sean McManus
4083075476
Merge pull request #10501 from microsoft/main
...
Merge for 1.14.2
2023-02-09 14:26:59 -08:00
Michelle Matias
b745ebc218
Merge pull request #10453 from microsoft/main
...
1.14.1 pre-release merge
2023-02-01 14:29:00 -08:00
Michelle Matias
b69d17a0f5
Merge pull request #10378 from microsoft/seanmcm/1_14_0_insiders
...
Merge for 1.14.0
2023-01-11 20:00:38 -08:00
Sean McManus
be8b6fb693
Merge branch 'main' into seanmcm/1_14_0_insiders
2023-01-11 19:07:54 -08:00