-
Notifications
You must be signed in to change notification settings - Fork 93
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
RFE: Ability to add devcontainer/devfile files to a workspace w/o ansible-creator #1271
Comments
I think this is an excellent idea, and helps with onboarding and Day 2 activities in the ecosystem, where often times we help new users get tools installed locally, maybe with a venv, maybe with Poetry, on Windows with WSL, on Mac, maybe even deployed with scripting, and then they are essentially bound to that version, as they are unsure what they should update, or how to update it, as they were likely drinking from a firehose while getting the initial environment stood up. |
Actually, all those suggestions I made are bad. The devcontainer/devfiles just need to be bundled in the extension. Everything else just makes it way too complicated. I didn't dawn on me that was the original suggestion until I'd walked away from the keyboard. |
This would allow the user to use a devcontainer w/o ever having to install any dev tools locally.
We would need to suggest/depend on the devcontainer extension or provide instructions for the install
Ideally, the devcontainer files would be generated from ansible-creator preriodically or trggered so there was no manul upkeep of those files. (kept in the extension repo, but kept updated)
Logging this here for dicussion/thoughts
The text was updated successfully, but these errors were encountered: