|
1 | 1 | #C/C++ for Visual Studio Code Change Log |
2 | 2 |
|
| 3 | +##Version 0.26.2-insider: November 11, 2019 |
| 4 | +###Enhancements |
| 5 | +* Reworked how a source file is selected for TU creation when opening a header file.[#2856](https://github.com/microsoft/vscode-cpptools/issues/2856) |
| 6 | +* Reset memory usage of the IntelliSense process if it grows beyond a threshold.[#4119](https://github.com/microsoft/vscode-cpptools/issues/4119) |
| 7 | +* Add validation that the new symbol name provided to 'Rename Symbol' is a valid identifier. Add the setting`C_Cpp.renameRequiresIdentifier` to allow that verification to be disabled.[#4409](https://github.com/microsoft/vscode-cpptools/issues/4409) |
| 8 | + |
| 9 | +###Bug Fixes |
| 10 | +* Fix child process creation when the Windows code page is set to a language with non-ASCII characters and there are non-ASCII characters in the extension's install path.[#1560](https://github.com/microsoft/vscode-cpptools/issues/1560) |
| 11 | +* Fix path canonicalization of UNC paths to avoid duplicate files opening with different casing.[#2528](https://github.com/microsoft/vscode-cpptools/issues/2528),[#3980](https://github.com/microsoft/vscode-cpptools/issues/3980) |
| 12 | +* Fix an issue in which a header may be opened without IntelliSense due to creation of a TU from a source file that includes the header in an inactive region.[#4320](https://github.com/microsoft/vscode-cpptools/issues/4320) |
| 13 | +* Fix a hang in the extension process that can occur when using a scope named 'interface'.[#4470](https://github.com/microsoft/vscode-cpptools/issues/4470) |
| 14 | +* Fix an issue with the Rename UI that could cause the rename to not be applied.[#4504](https://github.com/microsoft/vscode-cpptools/issues/4504) |
| 15 | +* Show an error message when a Rename fails due to the symbol not being found.[#4510](https://github.com/microsoft/vscode-cpptools/issues/4510) |
| 16 | +* Fix an issue with`launch.json` creation due to localized strings containing quotes.[#4526](https://github.com/microsoft/vscode-cpptools/issues/4526) |
| 17 | +* Fix an issue with configuration error squiggles not being applied unless the setting was set in both`c_cpp_properties.json` and`settings.json`.[PR#4538](https://github.com/microsoft/vscode-cpptools/pull/4538) |
| 18 | + |
3 | 19 | ##Version 0.26.1: October 28, 2019 |
4 | 20 | ###Bug Fixes |
5 | 21 | * Fix`launch.json` creation when using non-English display languages.[#4464](https://github.com/microsoft/vscode-cpptools/issues/4464) |
|