|
29 | 29 | * Add Ada to supported languages for debugging. [#10475](https://github.com/microsoft/vscode-cpptools/issues/10475) |
30 | 30 | * Anthony Leonardo Gracio (@AnthonyLeonardoGracio) [PR #10476](https://github.com/microsoft/vscode-cpptools/pull/10476) |
31 | 31 |
|
32 | | -## Version 1.13.8: December 15, 2022 |
33 | 32 | ### Bug Fixes |
34 | 33 | * Fix usage of relative paths in IntelliSense configuration settings with multi-root workspaces. [#4983](https://github.com/microsoft/vscode-cpptools/issues/4983) |
35 | 34 | * Fix infinite recursion in scout_parser. [#8898](https://github.com/microsoft/vscode-cpptools/issues/8898) |
|
890 | 889 | ## Version 0.29.0: July 15, 2020 |
891 | 890 | ### New Features |
892 | 891 | * Add Doxygen comment support (to tooltip display of hover, completion, and signature help). [#658](https://github.com/microsoft/vscode-cpptools/issues/658) |
893 | | - * The way comments are formatted is controlled by the `C_Cpp.simplifyStructuredComments` setting. |
| 892 | + * The way comments are formatted is controlled by the `C_Cpp.simplifyStructuredComments` setting. |
894 | 893 | * Auto-convert `.` to `->` when the type is a pointer. [#862](https://github.com/microsoft/vscode-cpptools/issues/862) |
895 | 894 | * Switch to using the VS Code Semantic Tokens API for semantic colorization (works with remoting). [PR #5401](https://github.com/microsoft/vscode-cpptools/pull/5401), [#3932](https://github.com/microsoft/vscode-cpptools/issues/3932), [#3933](https://github.com/microsoft/vscode-cpptools/issues/3933), [#3942](https://github.com/microsoft/vscode-cpptools/issues/3942) |
896 | 895 | * Add support for LogMessage Breakpoints for debug type `cppdbg`. [PR MIEngine#1013](https://github.com/microsoft/MIEngine/pull/1013) |
|
1595 | 1594 | ## Version 0.16.1: March 30, 2018 |
1596 | 1595 | * Fix random deadlock caused by logging code on Linux/Mac. [#1759](https://github.com/Microsoft/vscode-cpptools/issues/1759) |
1597 | 1596 | * Fix compiler from `compileCommands` not being queried for includes/defines if `compilerPath` isn't set on Windows. [#1754](https://github.com/Microsoft/vscode-cpptools/issues/1754) |
1598 | | -* Fix OSX `UseShellExecute` I/O bug. [#1756](https://github.com/Microsoft/vscode-cpptools/issues/1756) |
| 1597 | +* Fix OSX `UseShellExecute` I/O bug. [#1756](https://github.com/Microsoft/vscode-cpptools/issues/1756) |
1599 | 1598 | * Invalidate partially unzipped files from package manager. [#1757](https://github.com/Microsoft/vscode-cpptools/issues/1757) |
1600 | 1599 |
|
1601 | 1600 | ## Version 0.16.0: March 28, 2018 |
|
1940 | 1939 | ## Version 0.5.0: April 14, 2016 |
1941 | 1940 | * Usability and correctness bug fixes. |
1942 | 1941 | * Simplify installation experience. |
1943 | | -* Usability and correctness bug fixes. |
| 1942 | +* Usability and correctness bug fixes. |
0 commit comments