Hi, I’m the Toradex AI Assistant. The Toradex Support team will follow up with you shortly!
Did you like my answer?
Hi Ahmed49,
The issue you’re experiencing is likely due to the fact that the Torizon IDE Extension expects the .vscode
and .conf
folders to be in specific locations to function correctly. When you move these folders, the extension may not be able to locate the necessary configuration files, resulting in no tasks being displayed in the TASK RUNNER.
To resolve this issue, you have a couple of options:
-
Revert the Folder Locations:
- Move the
.vscode
and.conf
folders back to their original locations at the solution level. This will allow the Torizon IDE Extension to locate the configuration files and display the tasks in the TASK RUNNER.
- Move the
-
Update the Configuration Paths:
- If you must keep the folders in their new locations, you will need to update the paths in the VS Code settings to point to the new locations of the
.vscode
and.conf
folders. This can be done by modifying thesettings.json
file in your VS Code workspace to include the new paths.
- If you must keep the folders in their new locations, you will need to update the paths in the VS Code settings to point to the new locations of the
Here is an example of how you might update the settings.json
file:
{
"torizon.vscodeFolder": "HE.Varia.APP.Torizon/.vscode",
"torizon.confFolder": "HE.Varia.APP.Torizon/.conf"
}
By updating these settings, you inform the Torizon IDE Extension of the new locations of the configuration folders, allowing it to find and display the tasks in the TASK RUNNER.
If you continue to experience issues, please ensure that the paths are correct and that the necessary configuration files are present in the specified folders.
Best regards,
[Your Name]
Please, also check if these links can help you solve your problem: