Replies: 1 comment 6 replies
-
|
Would you provide more details about the workspace configuration and files you are using?
Am I understanding this correctly? You have a feature defined in the If so, what is the reason for not removing (or commenting out) the feature from I have not seen I believe the design pattern is to define multiple devcontainer user profiles/IDs that have the features you want to use for that profile. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
Is it possible to prevent the installation of a feature with a devcontainer override?
I set DEVPOD_EXTRA_DEVCONTAINER_PATH=.devcontainer/devcontainer.override.json
and in it:
{ "features": { "ghcr.io/devcontainers/features/node:1": null } }but that feature is still getting installed. is it a bug? should I do it differently? or is it not supported?
Beta Was this translation helpful? Give feedback.
All reactions