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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,27 +2,37 @@
2
2
3
3
## [Unreleased]
4
4
5
+
## 1.58.1
6
+
7
+
- Solved issues:
8
+
9
+
- The `CMSIS Context` status bar hangs at `Loading Solution...` during Solution load if a default `target-set` is not specified and no `cbuild-set.yml` with a context-set is present.
status indicators for component configuration files `(X)`= mandatory file update, `(!)` = recommended file update and `(?)` = suggested file update. These indicators are propagated upwards from
21
+
status indicators for component configuration files `(X)`= mandatory file update, `(!)` = recommended file update and `(?)` = suggested file update. These indicators are propagated upwards from
11
22
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
23
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
24
the editor the merged file becomes the active configuration file.
14
25
15
26
- Solved issues:
16
27
17
28
-[**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)
29
+
- 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
30
- 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
31
21
32
- Known issues:
22
33
23
34
- Updating `launch.json` and `tasks.json` files does not preserve comments.
0 commit comments