lime-vscode-extension icon indicating copy to clipboard operation
lime-vscode-extension copied to clipboard

Allow specifying target project.xml in target configuration or task configuration.

Open EliteMasterEric opened this issue 4 years ago • 1 comments

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.

EliteMasterEric avatar Sep 14 '21 17:09 EliteMasterEric

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.

47rooks avatar Feb 06 '24 06:02 47rooks