From f9106b5f6f4327eb96b007e332fb8543e042e99a Mon Sep 17 00:00:00 2001 From: Fatima Qarni Date: Tue, 18 Jun 2024 15:37:54 -0700 Subject: [PATCH 1/3] possible fix - checks for exe again if it wasnt present the previous time --- src/cmake/cmakeExecutable.ts | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/cmake/cmakeExecutable.ts b/src/cmake/cmakeExecutable.ts index 75056b965..bdf23b426 100644 --- a/src/cmake/cmakeExecutable.ts +++ b/src/cmake/cmakeExecutable.ts @@ -29,10 +29,12 @@ export async function getCMakeExecutableInformation(path: string): Promise Date: Wed, 19 Jun 2024 19:41:03 -0500 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2a89561e..1b498ad57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ Bug Fixes: - Fix issue with "Test Results Not Found" when `cmake.ctest.allowParallelJobs` is disabled. [#3798](https://github.com/microsoft/vscode-cmake-tools/issues/3798) - Update localized strings for Project Status UI and quick pick dropdowns. [#3803](https://github.com/microsoft/vscode-cmake-tools/issues/3803), [#3802](https://github.com/microsoft/vscode-cmake-tools/issues/3802) - Fix issue where new presets couldn't inherit from presets in CmakeUserPresets.json. These presets are now added to CmakeUserPresets.json instead of CmakePresets.json. [#3725](https://github.com/microsoft/vscode-cmake-tools/issues/3725) +- Fix issue where CMakeTools does not recheck CMake Path to see if user instakked CMake after launching VS Code. [3811](https://github.com/microsoft/vscode-cmake-tools/issues/3811) ## 1.18.42 From 4e718dd506767b22feb3759cb49b071cea4d3e1a Mon Sep 17 00:00:00 2001 From: Fatima Qarni Date: Wed, 19 Jun 2024 19:42:16 -0500 Subject: [PATCH 3/3] Update CHANGELOG.md- typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b498ad57..09f3739f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ Bug Fixes: - Fix issue with "Test Results Not Found" when `cmake.ctest.allowParallelJobs` is disabled. [#3798](https://github.com/microsoft/vscode-cmake-tools/issues/3798) - Update localized strings for Project Status UI and quick pick dropdowns. [#3803](https://github.com/microsoft/vscode-cmake-tools/issues/3803), [#3802](https://github.com/microsoft/vscode-cmake-tools/issues/3802) - Fix issue where new presets couldn't inherit from presets in CmakeUserPresets.json. These presets are now added to CmakeUserPresets.json instead of CmakePresets.json. [#3725](https://github.com/microsoft/vscode-cmake-tools/issues/3725) -- Fix issue where CMakeTools does not recheck CMake Path to see if user instakked CMake after launching VS Code. [3811](https://github.com/microsoft/vscode-cmake-tools/issues/3811) +- Fix issue where CMakeTools does not recheck CMake Path to see if user installed CMake after launching VS Code. [3811](https://github.com/microsoft/vscode-cmake-tools/issues/3811) ## 1.18.42