πŸ†• Torizon IDE Extension - ApolloX `v0.0.67`

ApolloX v0.0.67 has a new property that can be set in the global settings.json, the apollox.templateBranch property. This property configures which branch of the template repository to use for project creation and updates (GitHub - toradex/vscode-torizon-templates: VS Code Torizon Integrated Development Environment Templates).

The recommended usage of each branch is:

:warning: if the configuration is not set, the default branch that will be used is the bookworm one

  • For create TorizonCore 5 projects:
    apollox.templateBranch: "bullseye",

  • For create TorizonCore 6 projects:
    apollox.templateBranch: "bookworm"

  • For testing with the latest development modifications:
    apollox.templateBranch: "dev",

As happened for the new release of TorizonCoreBuilder (see this topic) I confirm that VSCode on Ubuntu Virtual Machine is able to see the new releases and update them.
VSCode on WSL, on the other side, doesn’t see the new release available.
You must uninstall the old one, then install the extension again and in this way you will have the new release.

Hey @vix

We are not able to reproduce the issue here. But we are tracking this to check and report to Microsoft.

Best Regards,