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
We need the platform and configuration selectboxes like vs-proper so we can easily switch between builds and platforms.
I would suggest that they each simply be populated with entries listed in settings.json, and set environment variables such that build actions declared in tasks.json can refer to them and do the right thing.
The text was updated successfully, but these errors were encountered:
TurkeyMan
changed the title
'Platform' and Configuration selectboxes
Platform and Configuration selectboxes
Dec 24, 2015
I just want to be able to flip platform and config with a selectbox, exactly like in VS.
My projects often span 4-5 platforms, and have at least 3 configurations per platform.
If that matrix could be configured in the project's settings.json, and then tasks.json could refer to those variables, it would be possible to configure convenient multi-platform workflows, which is one of VS's most valuable features.
We need the platform and configuration selectboxes like vs-proper so we can easily switch between builds and platforms.
I would suggest that they each simply be populated with entries listed in
settings.json
, and set environment variables such that build actions declared intasks.json
can refer to them and do the right thing.The text was updated successfully, but these errors were encountered: