|
1 | 1 | # C/C++ for Visual Studio Code Changelog |
2 | 2 |
|
3 | | -## Version 1.31.2: March 17, 2026 |
4 | | -### Bug Fixes |
5 | | -* Fix an incorrect warning message with `c_cpp_properties.json` squiggles. [PR #14265](https://github.com/microsoft/vscode-cpptools/pull/14265) |
6 | | -* Fix cpptools getting stuck if C/C++ DevTools sends a workspace symbol request when the database is empty. [#14268](https://github.com/microsoft/vscode-cpptools/issues/14268) |
7 | | -* Update clang-tidy and clang-format from 22.1.0 to 22.1.1 (bug fixes). |
8 | | - |
9 | | -## Version 1.31.1: March 10, 2026 |
10 | | -### Enhancements |
11 | | -* Update clang-tidy and clang-format from 21.1.4 to 22.1.0. |
12 | | -* Update support for the latest compiler versions. |
13 | | - |
14 | | -### Bug Fixes |
15 | | -* 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) |
16 | | -* 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) |
17 | | -* Add IntelliSense support for `__builtin_is_implicit_lifetime`. |
18 | | -* Fix three IntelliSense process crashes. |
19 | | -* Fix a bug with `-embed-directory`. |
20 | | -* Add some missing translations. |
21 | | - |
22 | | -## Version 1.31.0: February 19, 2026 |
23 | | -### Enhancements |
| 3 | +## Version 1.31.3: March 23, 2026 |
24 | 4 | * Add support for `program` in attach debug configurations. [#14046](https://github.com/microsoft/vscode-cpptools/issues/14046) |
25 | 5 | * Thanks for the contribution. [@Subham-KRLX (Subham)](https://github.com/Subham-KRLX) [PR #14108](https://github.com/microsoft/vscode-cpptools/pull/14108) |
| 6 | +* Update clang-tidy and clang-format from 21.1.4 to 22.1.1. |
| 7 | +* Update support for the latest compiler versions. |
26 | 8 | * Update SQLite to the latest version. |
27 | 9 |
|
28 | 10 | ### Bug Fixes |
29 | 11 | * Fix an IntelliSense error with deducing `this` (explicit object member functions) with conversion operators. [#14140](https://github.com/microsoft/vscode-cpptools/issues/14140) |
30 | 12 | * Fix `embed-dir` compiler arguments not being handled for IntelliSense. [#14154](https://github.com/microsoft/vscode-cpptools/issues/14154) |
| 13 | +* 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) |
| 14 | +* 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) |
| 15 | +* Add IntelliSense support for `__builtin_is_implicit_lifetime`. |
| 16 | +* Fix three IntelliSense process crashes. |
| 17 | +* Fix some missing translations. |
31 | 18 |
|
32 | 19 | ## Version 1.30.5: February 9. 2026 |
33 | 20 | ### Bug Fix |
|
0 commit comments