Skip to main content
Version: Torizon OS 6.x.y

Settings - Using Templates Developing Branch

Introduction

In some specific cases it may be interesting to use the Torizon IDE Extension development branch. This branch may contain new features and bug fixes that have not yet been officially released or are still in the testing phase.

Templates and extensions are handled together in our development cycle. In cases where it was necessary to enable experimental features in Torizon IDE Extension, it should be also necessary to use the templates development branch and perform the template update.

Settings

These settings must be added to the global (or also known as user-level settings) settings.json of VS Code

caution

If you are a WSL user, you must add these settings to the global settings of the WSL 2 distro user level settings of the remote connection on VS Code:

  "torizon.templatesBranch": "dev",
"torizon.templatesTag": "next",


Send Feedback!