-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Project creation fails with stable Torizon IDE Extension #299
Comments
Hi, @MiKom this should not happen, only if you explicitly set it differently on the global |
@MiKom as reference: https://developer.toradex.com/torizon/application-development/ide-extension/reference-documentation/using-templates-development-branch These are the default for dev, but for stable the defaults are: "torizon.templateRepo": "https://github.com/torizon/vscode-torizon-templates.git",
"torizon.templatesBranch": "bookworm",
"torizon.templatesTag": "v2.8.1", |
Hmm. I'm working in WSL. May this be caused by interplay of versions between the extension on the host Windows VSCode vs the extension version inside the WSL Torizon distro? Anyways, I somehow ended with different version of the extension on Windows VSCode (2.8.112) and on Torizon distro (2.8.1). Even now, when I uninstalled the extension both on windows and on WSL, VSCode offers me 2.8.112 on Windows and 2.8.1 on WSL. And I don't seem to have any settings to blanket allow preview extension versions anywhere. Is it possible that marketplace metadata somehow differs for Windows and Linux vscode? Offering newer version on windows? |
Is there a work around to create project until this issue is fixed? |
I wiped |
Yes, if you are using the Windows Wizard, I think that this scenario is possible, because the Windows wizard is experimental yet, so it always get the pre-release version. |
Steps to reproduce
Expected result
Project is created
Actual result
Project creation fails. This repo seems to have moved from powershell scripts to xsh scripts but the stable VSCode extension (2.8.1) still calls powershell script:
The stable extension should either check out the scripts in a version that still contains the pwsh files or you should release the preview version of the extension.
Stable extension and templates repository got desynced.
The text was updated successfully, but these errors were encountered: