Skip to content

Commit e22017f

Browse files
authored
Merge pull request #14315 from microsoft/seanmcm/1_31_3_release2
Merge for 1.31.3 (again)
2 parents 593ed07 + a2f6a72 commit e22017f

File tree

4 files changed

+15
-13
lines changed

4 files changed

+15
-13
lines changed

.github/actions/package-lock.json

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

.github/actions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"overrides": {
4343
"serialize-javascript": "^7.0.4",
44-
"flatted": "^3.4.1",
45-
"fast-xml-parser": "^5.5.6"
44+
"flatted": "^3.4.2",
45+
"fast-xml-parser": "^5.5.7"
4646
}
4747
}

Extension/CHANGELOG.md

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

3-
## Version 1.31.3: March 23, 2026
3+
## Version 1.31.3: March 24, 2026
44
### Enhancements
55
* Add support for `program` in attach debug configurations. [#14046](https://github.com/microsoft/vscode-cpptools/issues/14046)
66
* Thanks for the contribution. [@Subham-KRLX (Subham)](https://github.com/Subham-KRLX) [PR #14108](https://github.com/microsoft/vscode-cpptools/pull/14108)
@@ -15,6 +15,8 @@
1515
* Fix workspace symbol search with `scope::variable` not working after symbols are deleted and then added back. [#14200](https://github.com/microsoft/vscode-cpptools/issues/14200)
1616
* Fix bugs where a path was checked for existence but not whether it was a file or a folder. [#14257](https://github.com/microsoft/vscode-cpptools/issues/14257)
1717
* Fix the Call Hierarchy Callers Of progress UI not showing. [#14287](https://github.com/microsoft/vscode-cpptools/issues/14287)
18+
* Fix an IntelliSense crash when using GCC 16 `span` and `string`. [#14309](https://github.com/microsoft/vscode-cpptools/issues/14309)
19+
* Fix `_CONTROL_FLOW_GUARD` not being defined when `/guard:cf` is used in MSVC mode. [#14310](https://github.com/microsoft/vscode-cpptools/issues/14310)
1820
* Add IntelliSense support for `__builtin_is_implicit_lifetime`.
1921
* Fix three IntelliSense process crashes.
2022
* Fix some missing translations.

Extension/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3037,9 +3037,9 @@ flat@^5.0.2:
30373037
integrity sha1-jKb+MyBp/6nTJMMnGYxZglnOskE=
30383038

30393039
flatted@^3.2.9, flatted@^3.4.1:
3040-
version "3.4.1"
3041-
resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/flatted/-/flatted-3.4.1.tgz#84ccd9579e76e9cc0d246c11d8be0beb019143e6"
3042-
integrity sha1-hMzZV5526cwNJGwR2L4L6wGRQ+Y=
3040+
version "3.4.2"
3041+
resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/flatted/-/flatted-3.4.2.tgz#f5c23c107f0f37de8dbdf24f13722b3b98d52726"
3042+
integrity sha1-9cI8EH8PN96NvfJPE3IrO5jVJyY=
30433043

30443044
flush-write-stream@^1.0.2:
30453045
version "1.1.1"

0 commit comments

Comments
 (0)