Create devcontainer.jsonUQCIZh-syryRUHb2GfgpEFA9aRvj3KWyWgg81noOjyYcb_n3#15
Create devcontainer.jsonUQCIZh-syryRUHb2GfgpEFA9aRvj3KWyWgg81noOjyYcb_n3#15Hamed1370m wants to merge 1 commit intoOpenBuilders:mainfrom
Conversation
|
Thanks for adding the devcontainer configuration, @Hamed1370m! This is a helpful addition for contributors who use VS Code or GitHub Codespaces – it ensures a consistent development environment right out of the box. 🎯 A couple of quick checks: · The filename should likely be devcontainer.json (with a .json extension) rather than devcontainer.js for it to be recognized properly. Once the filename is corrected, this should be good to go. Let me know if you need help testing it! |
navedjuwale-creator
left a comment
There was a problem hiding this comment.
Nice addition of the devcontainer configuration – this will make it easier for contributors to spin up a consistent environment! 🚀
A quick issue to fix before merging:
The first few lines of devcontainer.json appear to contain some garbled text (UQCjhQemdtxsQo YxNHv3tkt35p_ni 9qLWL6T8MTNu1m aS332_{) which will break the JSON parsing. Please remove those lines so the file starts directly with the JSON object { "image": ... }.
Once that's cleaned up, this should be good to go! Let me know if you need any help testing the devcontainer setup.
No description provided.