You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running devcontainer read-configuration --include-features-configuration on a workspace with a devcontainer.json with features does not return customizations or the legacy extensions or settings properties (whether original or converted).
In the latest Remote - Containers release extensions are not installed and settings are not applied either.
Running
devcontainer read-configuration --include-features-configuration
on a workspace with a devcontainer.json with features does not returncustomizations
or the legacyextensions
orsettings
properties (whether original or converted).In the latest Remote - Containers release extensions are not installed and settings are not applied either.
They seem to be missing in several spots along with other properties from the spec (https://github.com/devcontainers/spec/blob/main/proposals/devcontainer-features.md#devcontainer-featurejson-properties).
Possible places where the issue could be coming from (if not all of them):
cli/src/spec-configuration/containerFeaturesConfiguration.ts
Lines 931 to 940 in 0147a36
cli/src/spec-configuration/containerFeaturesConfiguration.ts
Lines 964 to 971 in 0147a36
cli/src/spec-configuration/containerFeaturesConfiguration.ts
Lines 24 to 48 in c97190e
The text was updated successfully, but these errors were encountered: