-
Notifications
You must be signed in to change notification settings - Fork 309
Enabling lists and objects in feature schema for feature development #567
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
yes i will enable lists and objects in feature schema. |
@Alloneway30 Sweet!! Thank you. I will monitor for the change in the feature options. |
okay may need help with that one. I thought i knew how yo change it I guess I don't? |
@Alloneway30 Sorry, away for a bit. I'll put together a pull request. |
scriptjs
added a commit
to scriptjs/spec
that referenced
this issue
Apr 15, 2025
@Alloneway30 Done :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am developing features and found it frustrating a feature property can not be configured using a list or object by design because they were excluded from the schema. I can't see any rationale for not allowing the full scope of types for development. If you are concerned about creating an interface for selection, as has been done for VSCode, I consider that an implementation detail as devcontainer is meant to be a format with flexibility outside this context.
JSON is a great format for configuration but not at all pretty or user friendly when you have to triple escape quotes to pass an object in as a string because the JSON is already evaluated. Can you please enable lists and objects in the feature schema so I don't have to resort to triple escaping which is ugly and prone to errors.
The text was updated successfully, but these errors were encountered: