|
1 | 1 | #C/C++ for Visual Studio Code Change Log |
2 | 2 |
|
3 | 3 | ##Version 1.3.0-insiders2: March 25, 2021 |
4 | | -##Bug Fixes |
| 4 | +###New Features |
| 5 | +* Add highlighting of matching conditional preprocessor statements.[#2565](https://github.com/microsoft/vscode-cpptools/issues/2565) |
| 6 | + |
| 7 | +###Bug Fixes |
5 | 8 | * Fix a spurious asterisk being inserted on a new line if the previous line starts with an asterisk.[#5733](https://github.com/microsoft/vscode-cpptools/issues/5733) |
6 | 9 | * Fix random crashes of cpptools-srv during shutdown.[#7161](https://github.com/microsoft/vscode-cpptools/issues/7161) |
7 | 10 | * Change`C_Cpp.autocompleteAddParentheses` to be false by default.[#7199](https://github.com/microsoft/vscode-cpptools/issues/7199) |
8 | 11 | * Fix auto add parentheses incorrectly occurring with template methods.[#7203](https://github.com/microsoft/vscode-cpptools/issues/7203) |
9 | 12 | * Fix auto adding parentheses incorrectly occurring with type names.[#7209](https://github.com/microsoft/vscode-cpptools/issues/7209) |
| 13 | +* Fix a bug with relative "." paths in compile commands.[#7221](https://github.com/microsoft/vscode-cpptools/issues/7221) |
| 14 | +* Fix configuration issues with Unreal Engine projects.[#7222](https://github.com/microsoft/vscode-cpptools/issues/7222) |
10 | 15 |
|
11 | 16 | ##Version 1.3.0-insiders: March 18, 2021 |
12 | | -##Enhancements |
| 17 | +###Enhancements |
13 | 18 | * Add parentheses to function calls with autocomplete.[#882](https://github.com/microsoft/vscode-cpptools/issues/882) |
14 | 19 | * Add support for nodeAddonIncludes with Yarn PnP. |
15 | 20 | * Mestery (@Mesterry)[PR#7123](https://github.com/microsoft/vscode-cpptools/pull/7123) |
16 | 21 |
|
17 | | -##Bug Fixes |
| 22 | +###Bug Fixes |
18 | 23 | * Fix an issue with stale IntelliSense due to moving or renaming header files.[#3849](https://github.com/microsoft/vscode-cpptools/issues/3849) |
19 | 24 | * Fix go to definition on large macros.[#4306](https://github.com/microsoft/vscode-cpptools/issues/4306) |
20 | 25 | * Fix size_t and placement new squiggles with clang on Windows.[#6573](https://github.com/microsoft/vscode-cpptools/issues/6573),[#7106](https://github.com/microsoft/vscode-cpptools/issues/7016) |
|
30 | 35 | * Fix a performance bug after formatting a document.[#7159](https://github.com/microsoft/vscode-cpptools/issues/7159) |
31 | 36 |
|
32 | 37 | ##Version 1.2.2: February 25, 2021 |
33 | | -##Bug Fixes |
| 38 | +###Bug Fixes |
34 | 39 | * Fix IntelliSense errors with variable length arrays with C Clang mode.[#6500](https://github.com/microsoft/vscode-cpptools/issues/6500) |
35 | 40 | * Fix for random IntelliSense communication failures on Mac.[#6809](https://github.com/microsoft/vscode-cpptools/issues/6809),[#6958](https://github.com/microsoft/vscode-cpptools/issues/6958) |
36 | 41 | * Fix an extension activation failure when a non-existent folder exists in the workspace.[#6981](https://github.com/microsoft/vscode-cpptools/issues/6981) |
|