From 86a41c9021c9a5425636b780c8c1080ebc87e235 Mon Sep 17 00:00:00 2001 From: Colen Garoutte-Carson <49173979+Colengms@users.noreply.github.com> Date: Wed, 13 Mar 2024 17:11:41 -0700 Subject: [PATCH] Update changelog for 1.19.8 again (#12099) --- Extension/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index f7fde773c7..c3c6d18a07 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -2,8 +2,11 @@ ## Version 1.19.8: March 13, 2024 ### Bug Fixes +* Fix an issue with applying the proper working directory from a `compile_commands.json` when a `compilePath` is also set. [#12024](https://github.com/microsoft/vscode-cpptools/issues/12024) * Fix a deadlock. [#12051](https://github.com/microsoft/vscode-cpptools/issues/12051) * Fix a crash that could occur when failing to query clang-cl. +* Fix an issue with handling of `winsysroot` args for clang-cl. +* Fix an issue with processing relative include paths returned by clang-cl. ## Version 1.19.7: March 11, 2024 ### Bug Fixes