Replies: 2 comments 9 replies
-
Sounds like a good idea to use the cpp base image as a guide! 👍 Similar to the Python image https://github.com/devcontainers/images/blob/main/src/python/.devcontainer/devcontainer.json which has many devcontainer maybe
(those are the big c++ tools that i used in university) But I take it you know what you're doing (you did propose this after all 🤣) so Go for it! 🚀 See how it pans out! p.s. I've invited you to the org. you should be able to create said features 😉 |
Beta Was this translation helpful? Give feedback.
-
after some searching https://github.com/search?q=vcpkg+feature&type=registrypackages theres already an existing vcpkg feature by @msclock at https://github.com/msclock/features! there's also quite a few gcc features https://github.com/search?q=gcc+feature&type=registrypackages which is cool no conan.io features tho https://github.com/search?q=conan+feature&type=registrypackages so maybe its not as popular a tool as i though 🤷♀️ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This should basically contain https://github.com/devcontainers/images/blob/main/src/cpp/.devcontainer/Dockerfile.
Maybe align with CMake and LLVM features.
Fixes devcontainers/images#672
Beta Was this translation helpful? Give feedback.
All reactions