Support for a workspace.js file. #6511
CaffeinatedCodeMonkey
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm interested in a dynamically generated config file, such as a
workspace.js
(versus.json
).I've got a repository that will eventually grow to include many projects, with a lot of redundant custom configurations (which would all need to be independently edited, when a change is needed). What would be ideal is to use a
workspace.js
file which ends up rendering a final configuration by preprocessing a bunch of independent project configurations (which I understand is an upcoming feature), and making any necessary custom modifications.In the meantime, my plan is to leverage a custom generator to emulate this behavior, and using custom plugins to produce separate config files, instead of adding them to the monolithic
workspace.json
. One major drawback to this is that any edits made to theworkspace.json
be overwritten by any number of commands, creating an unintuitive dev experience.Beta Was this translation helpful? Give feedback.
All reactions