From f5954e751d07221d96645d1057b740a73ea336ae Mon Sep 17 00:00:00 2001 From: Sean McManus Date: Wed, 23 Oct 2024 19:01:02 -0700 Subject: [PATCH] Add more fixes. --- Extension/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index 59c94f9953..606fb27f54 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -6,12 +6,14 @@ ### Bug Fixes * 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) +* Fix a bug with 'Select IntelliSense Configuration'. [#12705](https://github.com/microsoft/vscode-cpptools/issues/12705) * Fix newlines being removed from hover markdown code blocks. [#12794](https://github.com/microsoft/vscode-cpptools/issues/12794) * Fix clang-format using `-` instead of `--` args. [#12819](https://github.com/microsoft/vscode-cpptools/issues/12819) * Fix processing of `compile_commands.json` generated by the clang `-MJ` option. [#12837](https://github.com/microsoft/vscode-cpptools/issues/12837) * Fix handling of `-I` and `-isystem` with the same path. [#12842](https://github.com/microsoft/vscode-cpptools/issues/12842) * Fix stale colorization due to delays in updating the open file version. [PR #12851](https://github.com/microsoft/vscode-cpptools/pull/12851) * Fix redundant progressive squiggle updates. [PR #12876](https://github.com/microsoft/vscode-cpptools/pull/12876) +* Fix inactive regions with multi-byte UTF-8 characters. [#12879](https://github.com/microsoft/vscode-cpptools/issues/12879) * Fix some duplicate requests potentially not getting discarded. * Fix a random crash in `start_process_and_wait_for_exit`.