You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the project file is specified in lime.projectFile and thus only one project can be accessed by Lime build tasks at a time. Adding this as an option which is configurable on a per-task or per-configuration basis would resolve this.
Use case: I am developing with PolyMod, which has a sample folder that contains four example projects. I would like to be able to use the Run configuration dropdown to select between each of these, but each has its own project file and the current setup does not allow this.
The text was updated successfully, but these errors were encountered:
I think this would be really useful. I have a multi-root project where I have project.xml files in two different directories - examples and tests, and I want to be able to switch between them easily.
Currently, the project file is specified in
lime.projectFile
and thus only one project can be accessed by Lime build tasks at a time. Adding this as an option which is configurable on a per-task or per-configuration basis would resolve this.Use case: I am developing with PolyMod, which has a sample folder that contains four example projects. I would like to be able to use the Run configuration dropdown to select between each of these, but each has its own project file and the current setup does not allow this.
The text was updated successfully, but these errors were encountered: