How to set multiple paths as sources of predefined projects ?
You can set an environment variable starting with DVT_PREDEFINED_PROJECTS_EXT_
for each directory that contains predefined projects.
For example, if there are two directories - let’s say dir1
and dir2
, you must create two environment variables pointing to them:
$DVT_PREDEFINED_PROJECTS_EXT_1
->dir1
$DVT_PREDEFINED_PROJECTS_EXT_2
->dir2
Note
Each environment variable must point to only one directory that can store any number of projects.
Note
Avoid duplicate projects in different directories.