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
Wanted to get some thoughts about maybe adding templates for the Example Usage section, similar to the use of NOTES.md. As it stands now, this action overwrites the Example Usage section each time it runs, which is less than ideal.
I was thinking maybe an EXAMPLES.json file like the following:
I've also tossed around the idea of putting all of a Feature's default options into the value object, but landed on the empty object for copy/paste simplicity. Effectively, putting all options at the default value resolves to exactly the same as placing nothing.
That said, I like your idea of giving the author the choice. (Could be cool to do some simple validation on the output to ensure those options exist in the devcontainer-feature.json)
Wanted to get some thoughts about maybe adding templates for the Example Usage section, similar to the use of NOTES.md. As it stands now, this action overwrites the Example Usage section each time it runs, which is less than ideal.
I was thinking maybe an EXAMPLES.json file like the following:
If this seems agreeable, I could cook up a PR for this, I think.
The text was updated successfully, but these errors were encountered: