We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
error: proc macro panicked --> src/main.rs:11:1 | 11 | / schemafy::schemafy!( 12 | | root: DevContainerBase // Optional name for the root type (if one exists) 13 | | "schema/devContainer.base.schema.json" 14 | | ); | |_^ | = help: message: Expected string for enum got `true`
https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.base.schema.json
seems to be caused by #28
"gpu" is enum with true, false, or "optional"
The text was updated successfully, but these errors were encountered:
i can patch the file to workaround but was wondering if there was better way?
Sorry, something went wrong.
No branches or pull requests
https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.base.schema.json
seems to be caused by
#28
"gpu" is enum with true, false, or "optional"
The text was updated successfully, but these errors were encountered: