Uses of Interface
io.github.cdklabs.projen.vscode.DevContainerFeature
-
Packages that use DevContainerFeature Package Description io.github.cdklabs.projen.vscode -
-
Uses of DevContainerFeature in io.github.cdklabs.projen.vscode
Classes in io.github.cdklabs.projen.vscode that implement DevContainerFeature Modifier and Type Class Description static classDevContainerFeature.Jsii$ProxyAn implementation forDevContainerFeatureMethods in io.github.cdklabs.projen.vscode that return DevContainerFeature Modifier and Type Method Description DevContainerFeatureDevContainerFeature.Builder. build()Builds the configured instance.Methods in io.github.cdklabs.projen.vscode that return types with arguments of type DevContainerFeature Modifier and Type Method Description default List<DevContainerFeature>DevContainerOptions. getFeatures()(experimental) An array of VSCode features that specify the features that should be installed inside the container when it is created.List<DevContainerFeature>DevContainerOptions.Jsii$Proxy. getFeatures()Methods in io.github.cdklabs.projen.vscode with parameters of type DevContainerFeature Modifier and Type Method Description voidDevContainer. addFeatures(@NotNull DevContainerFeature... features)(experimental) Adds a list of VSCode features that should be automatically installed in the container.voidIDevContainerEnvironment. addFeatures(@NotNull DevContainerFeature... features)(experimental) Adds a list of VSCode features that should be automatically installed in the container.default voidIDevContainerEnvironment.Jsii$Default. addFeatures(@NotNull DevContainerFeature... features)(experimental) Adds a list of VSCode features that should be automatically installed in the container.voidIDevContainerEnvironment.Jsii$Proxy. addFeatures(@NotNull DevContainerFeature... features)(experimental) Adds a list of VSCode features that should be automatically installed in the container.Method parameters in io.github.cdklabs.projen.vscode with type arguments of type DevContainerFeature Modifier and Type Method Description DevContainer.BuilderDevContainer.Builder. features(List<? extends DevContainerFeature> features)(experimental) An array of VSCode features that specify the features that should be installed inside the container when it is created.DevContainerOptions.BuilderDevContainerOptions.Builder. features(List<? extends DevContainerFeature> features)Sets the value ofDevContainerOptions.getFeatures()
-