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:
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",