Skip to content

Commit c5e8284

Browse files
committed
Update file(s) from Arm-Debug/vscode-cmsis-csolution
1 parent f5cca40 commit c5e8284

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,37 @@
22

33
## [Unreleased]
44

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.
10+
[#304](https://github.com/ARM-software/vscode-cmsis-csolution/issues/304)
11+
12+
- Known issues:
13+
14+
- Updating `launch.json` and `tasks.json` files does not preserve comments.
15+
516
## 1.58.0
617

718
- New features:
819

920
- [**CMSIS-View**](https://mdk-packs.github.io/vscode-cmsis-solution-docs/debug.html#cmsis-view) adds [PLM](https://open-cmsis-pack.github.io/cmsis-toolbox/build-overview/#plm-of-configuration-files)
10-
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
1122
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
1223
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
1324
the editor the merged file becomes the active configuration file.
1425

1526
- Solved issues:
1627

1728
- [**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)
1930
- 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)
2031

2132
- Known issues:
2233

2334
- Updating `launch.json` and `tasks.json` files does not preserve comments.
2435

25-
2636
## 1.56.0
2737

2838
- New features:

0 commit comments

Comments
 (0)