|
1 | 1 | # C/C++ for Visual Studio Code Changelog
|
2 | 2 |
|
| 3 | +## Version 1.23.0: October 24, 2024 |
| 4 | +### Enhancements |
| 5 | +* Update to clang-format and clang-tidy 19.1.2. [#12824](https://github.com/microsoft/vscode-cpptools/issues/12824) |
| 6 | + |
| 7 | +### Bug Fixes |
| 8 | +* Fix some translation issues. [#7824](https://github.com/microsoft/vscode-cpptools/issues/7824), [#12439](https://github.com/microsoft/vscode-cpptools/issues/12439), [#12440](https://github.com/microsoft/vscode-cpptools/issues/12440), [#12441](https://github.com/microsoft/vscode-cpptools/issues/12441) |
| 9 | +* Fix a bug with 'Select IntelliSense Configuration'. [#12705](https://github.com/microsoft/vscode-cpptools/issues/12705) |
| 10 | +* Fix newlines being removed from hover markdown code blocks. [#12794](https://github.com/microsoft/vscode-cpptools/issues/12794) |
| 11 | +* Fix clang-format using `-` instead of `--` args. [#12819](https://github.com/microsoft/vscode-cpptools/issues/12819) |
| 12 | +* Fix processing of `compile_commands.json` generated by the clang `-MJ` option. [#12837](https://github.com/microsoft/vscode-cpptools/issues/12837) |
| 13 | +* Fix handling of `-I` and `-isystem` with the same path. [#12842](https://github.com/microsoft/vscode-cpptools/issues/12842) |
| 14 | +* Fix stale colorization due to delays in updating the open file version. [PR #12851](https://github.com/microsoft/vscode-cpptools/pull/12851) |
| 15 | +* Fix redundant progressive squiggle updates. [PR #12876](https://github.com/microsoft/vscode-cpptools/pull/12876) |
| 16 | +* Fix inactive regions with multi-byte UTF-8 characters. [#12879](https://github.com/microsoft/vscode-cpptools/issues/12879) |
| 17 | +* Fix some duplicate requests potentially not getting discarded. |
| 18 | +* Fix a random crash in `start_process_and_wait_for_exit`. |
| 19 | + |
3 | 20 | ## Version 1.22.10: October 21, 2024
|
4 | 21 | ### Bug Fixes
|
5 | 22 | * Fix the 'Extract to Function' feature not working.
|
6 | 23 | * Fix the 'Go to Next/Prev Preprocessor Conditional' feature not working.
|
7 | 24 |
|
8 |
| -## Version 1.22.9: October 10, 2024 |
| 25 | +## Version 1.22.9: October 14, 2024 |
9 | 26 | ### Performance Improvements
|
10 | 27 | * Initialization performance improvements. [#12030](https://github.com/microsoft/vscode-cpptools/issues/12030)
|
11 | 28 | - Some processing is parallelized and started earlier (populating the filename cache, discovering files). [#11954](https://github.com/microsoft/vscode-cpptools/issues/11954), [#12169](https://github.com/microsoft/vscode-cpptools/issues/12169)
|
|
0 commit comments