Add list targets command and clarify target terminology - #2598
Merged
Conversation
Test Results 2 files - 41 14 suites - 113 9m 40s ⏱️ - 9m 31s Results for commit 923c54b. ± Comparison against base commit 66cb607. This pull request removes 662 tests. |
brondani
marked this pull request as ready for review
September 7, 2026 13:57
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2598 +/- ##
=======================================
Coverage 72.58% 72.59%
=======================================
Files 185 185
Lines 30602 30603 +1
Branches 18009 18009
=======================================
+ Hits 22213 22215 +2
Misses 6080 6080
+ Partials 2309 2308 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes
cmsis.jsonsettings management, schema and docs vscode-cmsis-solution#511 (comment)Changes
list targetsas the preferred command for listing<target-type>[@<target-set>]selections.list target-setsas a backward-compatible alias.The terminology now reflects that selections may identify either a target type alone or a target type with a target set. Existing scripts using
list target-setsremain supported.Checklist
Note: the global / copyright (pull_request) failure is unrelated to the changes in this PR. It was introduced earlier by a defect in PR #2587 and has already been reported in issue #2599.