|
1 | 1 | # C/C++ for Visual Studio Code Change Log |
2 | 2 |
|
| 3 | +## Version 1.12.1 (pre-release): August 11, 2022 |
| 4 | +## |
| 5 | +* Add Doxygen comment generation via command, context menu, code action or typing.[#5683](https://github.com/microsoft/vscode-cpptools/issues/5683) |
| 6 | + |
| 7 | +## Enhancements |
| 8 | +* Enable auto-formatting of lines that are changed by code analysis fixes. [#9322](https://github.com/microsoft/vscode-cpptools/issues/9322) |
| 9 | +* Enable colorized output in cppBuild tasks for clang. [#9643](https://github.com/microsoft/vscode-cpptools/issues/9643) |
| 10 | +* Cache and reuse SSH passwords in the current remote debugging session. [PR #9654](https://github.com/microsoft/vscode-cpptools/pull/9654) |
| 11 | +* Do std fallback when compiler querying, even when explicitly specified via a compiler arg. |
| 12 | + |
| 13 | +## Bug Fixes |
| 14 | +* Fix C++20 IntelliSense parsing bugs. [#7446](https://github.com/microsoft/vscode-cpptools/issues/7446), [#9215](https://github.com/microsoft/vscode-cpptools/issues/9215) |
| 15 | +* Fix crash when tag parsing files containing certain string literals. [#9538](https://github.com/microsoft/vscode-cpptools/issues/9538) |
| 16 | +* Fix incorrect semantic tokens with templated operator overloads. [#9556](https://github.com/microsoft/vscode-cpptools/issues/9556) |
| 17 | +* Fix tag parsing of classes and enums with attributes. [#9672](https://github.com/microsoft/vscode-cpptools/issues/9672) |
| 18 | +* Add PID to the extended remote process picker. [PR #9673](https://github.com/microsoft/vscode-cpptools/pull/9673) |
| 19 | +* Fix unintended generation of `nul.d` file when querying clang or gcc, when compiler arguments include dependency generation arguments. [9707](https://github.com/microsoft/vscode-cpptools/issues/9707) |
| 20 | + |
3 | 21 | ## Version 1.12.0 (pre-release): July 27, 2022 |
4 | 22 | ## Enhancements |
5 | 23 | * Show an informative message when an IntelliSense-related command is executed while IntelliSense is disabled. [#9614](https://github.com/microsoft/vscode-cpptools/issues/9614) |
|
16 | 34 | * Fix unnecessary IntelliSense process restarting on file creation handling. [#9630](https://github.com/microsoft/vscode-cpptools/issues/9630) |
17 | 35 | * Fix potential crashes on shutdown. |
18 | 36 |
|
| 37 | +## Version 1.11.5: August 9, 2022 |
| 38 | +## Bug Fixes |
| 39 | +* Fix crash when tag parsing files containing certain string literals. [#9538](https://github.com/microsoft/vscode-cpptools/issues/9538) |
| 40 | +* Fix `llvm-project` parser crash on file: `clang/test/parser/parser_overflow.c`. [#9653](https://github.com/microsoft/vscode-cpptools/issues/9653) |
| 41 | +* Fix `llvm-project` parser crash on file: `libcxx/test/support/test.support/make_string_header.pass.cpp`. [#9679](https://github.com/microsoft/vscode-cpptools/issues/9679) |
| 42 | + |
19 | 43 | ## Version 1.11.4: July 21, 2022 |
20 | 44 | ## New Features |
21 | 45 | * Add inlay hints for parameters and auto types. [#5845](https://github.com/microsoft/vscode-cpptools/issues/5845) |
|
0 commit comments