|
1 | 1 | # C/C++ for Visual Studio Code Change Log
|
2 | 2 |
|
3 |
| -## Version 1.9.0: February 10, 2022 |
| 3 | +## Version 1.9.1 (insiders2): February 24, 2022 |
| 4 | +### New Features |
| 5 | +* Ship x64 debugger for CppVsdbg on Windows x64. |
| 6 | + |
| 7 | +### Enhancements |
| 8 | +* Add `dotConfig` property to IntelliSense Configuration (c_cpp_properties.json) to use .config file created by Kconfig system. |
| 9 | + * Matheus Castello (@microhobby) [PR #7845](https://github.com/microsoft/vscode-cpptools/pull/7845) |
| 10 | +* Make SwitchHeaderSource use the `workbench.editor.revealIfOpen` setting. |
| 11 | + * Joel Smith (@joelmsmith) [PR #8857](https://github.com/microsoft/vscode-cpptools/pull/8857) |
| 12 | +* Add error and warning messages if the VSIX for an incompatible or mismatching platform or architecture is installed. [#8908](https://github.com/microsoft/vscode-cpptools/issues/8908) |
| 13 | +* Improvements to `Run and Debug` in the debug panel to make it consistent with our play button. [#8773](https://github.com/microsoft/vscode-cpptools/issues/8773) |
| 14 | + |
| 15 | +### Bug Fixes |
| 16 | +* Fix issue that could cause a hang when clicking on a preprocessor conditional directive. [#8717](https://github.com/microsoft/vscode-cpptools/issues/8717) |
| 17 | +* Fix Crash when visualizing local variables for Microsoft Edge (msedge.exe) [#8738](https://github.com/microsoft/vscode-cpptools/issues/8738) |
| 18 | +* Prevent error from being logged due to custom configuration processing prior to the provider being ready. [#8752](https://github.com/microsoft/vscode-cpptools/issues/8752) |
| 19 | +* Fix a bug on Windows with semantic tokens updating. [#8799](https://github.com/microsoft/vscode-cpptools/issues/8799) |
| 20 | +* Fix code analysis showing "Error while processing" on line 1 col 1 (when it shouldn't) when there's an error in a source file. [#8849](https://github.com/microsoft/vscode-cpptools/issues/8849) |
| 21 | +* Fix issue with cpptools restarting when it should not. [PR #8850](https://github.com/microsoft/vscode-cpptools/pull/8850) |
| 22 | +* Fix semantic tokens getting cleared for all other files in a TU after editing a file. [#8867](https://github.com/microsoft/vscode-cpptools/issues/8867) |
| 23 | +* Fix a bug with IntelliSense updating not working if a file was closed and reopened while its TU was processing an update. |
| 24 | +* Fix a bug and typos with cppbuild task providers. |
| 25 | + * InLAnn (@inlann) [PR #8897](https://github.com/microsoft/vscode-cpptools/pull/8897) |
| 26 | +* Fix a failure when parsing `.editorconfig` files. [#8900](https://github.com/microsoft/vscode-cpptools/issues/8900) |
| 27 | +* Fix issue that could cause the extension to fail to start up properly. [PR #8906](https://github.com/microsoft/vscode-cpptools/pull/8906) |
| 28 | + |
| 29 | +### Documentation |
| 30 | +* Clarify how to get binaries when debugging the source from GitHub. |
| 31 | + * Hamir Mahal (@hamirmahal) [PR #8788](https://github.com/microsoft/vscode-cpptools/pull/8788) |
| 32 | + |
| 33 | +## Version 1.9.0 (insiders): February 10, 2022 |
4 | 34 | ### New Features
|
5 | 35 | * Add a build and debug button when `C_Cpp.debugShortcut` is `true`. [#7497](https://github.com/microsoft/vscode-cpptools/issues/7497)
|
6 | 36 | * The "Build and Debug Active File" command has been split into "Debug C++ File" and "Run C++ File", and it has been removed from the context menu.
|
|
0 commit comments