Configure devcontainer "features" system/user wide rather than per workspace #1984
Unanswered
PureTryOut
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I want to install some devcontainer "features" (terrible name to search for...) into any workspace/devcontainer I use without bothering my colleagues with it (for example installing the Fish shell). With VSCode I can do that by adding an
dev.containers.defaultFeaturesarray into the user-widesettings.jsonbut I'm unsure how to accomplish the same with DevPod. I found a~/.devpod/config.yamlbut there seems to be no documentation on what can be added into that file so I'm unsure if it's possible that way.Is it possible to configure certain devcontainer "features" globally rather than per-workspace?
All reactions