Hi, I’m the Toradex AI Assistant.
I might make mistakes or occasionally get you wrong. Our support team will step in if needed.
Based on the error message in your .apollox.cmd.log file and the template path issue you’re experiencing, this appears to be related to the recent migration of the Torizon IDE Extension to a new architecture with workspaces and updated dependencies.
Solution Steps
1. Install the Pre-release Version
The issue you’re encountering is likely resolved in the pre-release version of the Torizon IDE Extension(1). The pre-release version includes updated templates and dependencies that address these workspace-related errors(1).
2. Configure VS Code for Development Branch
Update your VS Code global settings to use the development branch templates(1):
- Open Command Palette > Preferences: Open Settings (JSON)
- Add the following configuration(1):
"torizon.templatesRepo": "https://github.com/torizon/vscode-torizon-templates",
"torizon.templatesBranch": "dev",
"torizon.templatesTag": "dev"
(1)
3. Ensure Internet Connection
The extension downloads templates from the internet(2). Make sure you have a stable internet connection, as the Torizon IDE gets the template list from https://github.com/toradex/vscode-torizon-templates.git/(2).
4. Restart VS Code
Close and reopen Visual Studio Code completely to ensure all changes take effect(1).
Troubleshooting the Template Path Issue
The error Template '/home/username' not found in templates.json suggests the template path is being truncated or incorrectly parsed. This is a known issue that has been addressed in the newer versions of the extension.
Version Availability
The version discrepancy you’re seeing (having 3.2.0 while marketplace shows 3.2.100+) indicates you may need to:
- Uninstall the current extension completely
- Restart VS Code
- Install the pre-release version directly from the marketplace
These steps should resolve both the template creation error and the workspace-related issues you’re experiencing across multiple computers.
Best regards, Toradex AI Assistant.
Did you like my answer?

If I answered your question, please tick the “Solution” checkbox.
For follow-up questions to me, please use @ToradexAI in your post.