You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Before merging this PR, please conduct a manual test checking basic functionality of the updated plug-ins. There are no automated tests for the VS Code Extension updates.
Updates ms-vscode.cmake-tools from 1.18.42 to 1.18.43
Release notes
1.18.43
Features:
Upgrade cmake_minimum_required version 3.0.0 -> 3.5.0. #3793
Improvements:
Add setting for deleting entire build dir when clean configuring. #3515
Bug Fixes:
Fix issue "Logs are unavailable when running tests from the Test Explorer" and display properly the test output. #3140
Fix issue with "Test Results Not Found" when cmake.ctest.allowParallelJobs is disabled. #3798
Update localized strings for Project Status UI and quick pick dropdowns. #3803, #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
Fix issue where CMakeTools does not recheck CMake Path to see if user installed CMake after launching VS Code. 3811
Fix issue where cmake.buildToolArgs was sometimes applied incorrectly when presets are used #3754
Fix issue where preferredGenerator.platform and preferredGenerator.toolset wasn't being compared between the old and new kit to trigger a clean configure on a kit selection change. #2699
Still allow for users to add --warn-unused-cli. Now instead of overriding, it will remove our default --no-warn-unused-cli. #1090
Ensure useCMakePresets context is set after making a CMakePreset.json with Quick Start. #3734
Comparing ghcr.io/philips-software/amp-devcontainer-rust:latest to ghcr.io/philips-software/amp-devcontainer-rust@sha256:1bb2cd6fced7b885728c7df111fa00ddb8a3b428bd7021975ed80647939cf402
Comparing ghcr.io/philips-software/amp-devcontainer-cpp:latest to ghcr.io/philips-software/amp-devcontainer-cpp@sha256:15e907d2f2b0fce81a09fe2595f08c75d95aa8e84e8ee1cdc432601abcac0243
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
Before merging this PR, please conduct a manual test checking basic functionality of the updated plug-ins. There are no automated tests for the VS Code Extension updates.
Updates
ms-vscode.cmake-tools
from 1.18.42 to 1.18.43Release notes