|
1 | 1 | # C/C++ for Visual Studio Code Change Log
|
2 | 2 |
|
| 3 | +## Version 1.5.0-insiders: June 14, 2021 |
| 4 | +### Enhancements |
| 5 | +* Add "Symbol Options" for CppVsdbg to configure symbol settings [PR #7680](https://github.com/microsoft/vscode-cpptools/pull/7680) |
| 6 | +* Update CppVsdbg to use newer CppEE and msdia. |
| 7 | + |
| 8 | +### Bug Fixes |
| 9 | +* Fix switch header/source not checking `files.exclude`. [#4429](https://github.com/microsoft/vscode-cpptools/issues/4429) |
| 10 | +* Fix Find All References reporting certain references in headers as inactive. [#7609](https://github.com/microsoft/vscode-cpptools/issues/7609) |
| 11 | +* Fix IntelliSense process crash and tag parser failure with columns > 65535. [#7621](https://github.com/microsoft/vscode-cpptools/issues/7621) |
| 12 | +* Fix incorrect localization translations. |
| 13 | + * jogo- (@jogo-) [PR #7625](https://github.com/microsoft/vscode-cpptools/pull/7625) |
| 14 | +* Fix `autocompleteAddParentheses` for some template argument deduction cases. [#7626](https://github.com/microsoft/vscode-cpptools/issues/7626) |
| 15 | +* Fix some incorrect IntelliSense errors. [#6639](https://github.com/microsoft/vscode-cpptools/issues/6639], [#7630](https://github.com/microsoft/vscode-cpptools/issues/7630) |
| 16 | +* Change references of "OS X" to "macOS". |
| 17 | + * Tyler Davis (@TylerADavis) [PR #7636](https://github.com/microsoft/vscode-cpptools/pull/7636) |
| 18 | +* Prevent the root path from being added to the `browse.path`. [#7648](https://github.com/microsoft/vscode-cpptools/issues/7648) |
| 19 | +* Fix configuration squiggle when `${workspaceFolder}` is used with `compilerPath`. [#7649](https://github.com/microsoft/vscode-cpptools/issues/7649) |
| 20 | +* Fix an issue causing editorConfig not to be used or cached. [PR #7666](https://github.com/microsoft/vscode-cpptools/pull/7666) |
| 21 | +* Fix document symbols nesting with templates. [#7673](https://github.com/microsoft/vscode-cpptools/issues/7673) |
| 22 | +* Fix a duplicate IntelliSense update when a new C/C++ file is opened and after switching from a non-C/C++ file and back. |
| 23 | +* Fix a potential IntelliSense process crash on shutdown. |
| 24 | + |
3 | 25 | ## Version 1.4.1: June 8, 2021
|
4 | 26 | * Fix the configuration UI sometimes not populating initially with VS Code 1.56 or later. [#7641](https://github.com/microsoft/vscode-cpptools/issues/7641)
|
5 | 27 |
|
|
0 commit comments