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
Is your feature request related to a problem? Please describe.
Generating a devcontainer.json requires thoughtful selection of applicable features for various environments. Using the comprehensive list of features from the Microsoft "features" YAML file can help ensure that all usable features are considered and properly included by the AI.
Describe the solution you'd like
Fetch and parse the "features" YAML file from Microsoft’s GitHub repository: collection-index.yml.
Integrate the parsed data into the generation logic of the devcontainer.json to automatically suggest or include applicable features.
Ensure that the feature selection is based on the context and requirements of the GitHub repository being analyzed.
Describe alternatives you've considered
Relying on user input for additional features, which may not be as comprehensive or accurate as using a well-maintained source like Microsoft's.
Additional context
The modification should involve:
Updating main.py to include a function that fetches and parses the YAML file, feeding it to the context.
Enhancing generate_devcontainer_json method to leverage the parsed data for including applicable features.
Testing the integration thoroughly to ensure that the chosen features align with the repository's requirements and dependencies.
This feature will enhance the accuracy and comprehensiveness of the generated devcontainer configurations, improving the development experience for users.
The text was updated successfully, but these errors were encountered:
If no one is assigned to the issue, feel free to tackle it, without confirmation from us, after registering your attempt. In the event that multiple PRs are made from different people, we will generally accept those with the cleanest code.
Please respect others by working on PRs that you are allowed to submit attempts to.
e.g. If you reached the limit of active attempts, please wait for the ability to do so before submitting a new PR.
If you can not submit an attempt, you will not receive your payout.
Thank you for contributing to daytonaio/devcontainer-generator!
Is your feature request related to a problem? Please describe.
Generating a devcontainer.json requires thoughtful selection of applicable features for various environments. Using the comprehensive list of features from the Microsoft "features" YAML file can help ensure that all usable features are considered and properly included by the AI.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
The modification should involve:
main.py
to include a function that fetches and parses the YAML file, feeding it to the context.generate_devcontainer_json
method to leverage the parsed data for including applicable features.This feature will enhance the accuracy and comprehensiveness of the generated devcontainer configurations, improving the development experience for users.
The text was updated successfully, but these errors were encountered: