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
status indicators for component configuration files `(X)`= mandatory file update, `(!)` = recommended file update and `(?)` = suggested file update. These indicators are propagated upwards from
11
+
the configuration file to the project displaying the most severe status. The tooltips to the status indicators provide additional information. When hovering over or selecting a configuration file
12
+
that needs updating, a merge icon is displayed that can be clicked to open the [VSCode 3-way merge editor](https://code.visualstudio.com/docs/sourcecontrol/overview#_3way-merge-editor). When closing
13
+
the editor the merged file becomes the active configuration file.
14
+
15
+
- Solved issues:
16
+
17
+
-[**Configuration Wizard**] when editing a bitfield through the graphical view, no other bitfield values get incorrectly reset. [#296](https://github.com/ARM-software/vscode-cmsis-csolution/issues/296)
18
+
- Removed unintended duplicates of directories from some examples projects downloaded from the Web (https://Keil.arm.com). [#99](https://github.com/ARM-software/vscode-cmsis-csolution/issues/99)
19
+
- The generation of `launch.json` and `task.json` do not rewrite the files unless updates are required. This way comments are preserved when not making changes. [#295](https://github.com/ARM-software/vscode-cmsis-csolution/issues/295)
20
+
21
+
- Known issues:
22
+
23
+
- Updating `launch.json` and `tasks.json` files does not preserve comments.
0 commit comments