ARM-software / vscode-cmsis-csolution

Extension support for VS Code CMSIS Project Extension
https://marketplace.visualstudio.com/items?itemName=Arm.cmsis-csolution
Other
28 stars 5 forks source link

Change management dialog for "Run and Debug Configuration" #93

Open ReinhardKeil opened 1 month ago

ReinhardKeil commented 1 month ago

The tool supports already Run and Debug Configurations that are specific to a target-type. However this feature is not very obvious.

What is not working yet, is the project specific configuration. It is also unclear if this feature is really required (currently we cannot see any use case for that).

Suggestion

Replace the "Solution" list that currently shows the various projects with a "Target Type" list that shows Run and Debug Configuration for the different target types. In the example below, the target-type with "-RAM" executes from RAM and does not require Flash download, whereas the other target-type requires Flash download. This different configurations can be easily managed.

Relates to https://github.com/ARM-software/vscode-cmsis-csolution/issues/82

image