Skip to content

Commit e56a742

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

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
## [Unreleased]
44

5+
## 1.60.0
6+
7+
- Updates:
8+
9+
- The [**Create Solution**](https://mdk-packs.github.io/vscode-cmsis-solution-docs/create_app.html) dialog is reading board, device and example information from installed packs using the `csolution rpc daemon`.
10+
Now information is also read from CMSIS Packs that are registered via the `local_repository.pidx`. The `CMSIS-Core-Tools` have been fully replaced and are therefore no longer distributed as part of the extension.
11+
- Using the [**CMSIS View**](https://mdk-packs.github.io/vscode-cmsis-solution-docs/userinterface.html#4-main-area-icons) [+] button quick pick `Add From Component Code Template` now shows component instance index
12+
specific code templates.
13+
14+
- Solved issues:
15+
16+
- Loading a CMSIS solution specifying a `target-set` without a corresponding `*.cbuild-set.yml` file present, now displays [**Software Components**](https://mdk-packs.github.io/vscode-cmsis-solution-docs/manage_components.html#software-components-view) and enables the action buttons for
17+
`Load & Run appliction` and `Load & Debug application` in the [**CMSIS-View**](https://mdk-packs.github.io/vscode-cmsis-solution-docs/userinterface.html#3-actions-available-through-the-cmsis-view) [#306 ](https://github.com/ARM-software/vscode-cmsis-csolution/issues/306).
18+
19+
- Known issues:
20+
21+
- Updating `launch.json` and `tasks.json` files does not preserve comments.
22+
523
## 1.58.1
624

725
- Solved issues:

0 commit comments

Comments
 (0)