Package io.github.cdklabs.projen.vscode
Interface DevContainerOptions
-
- All Superinterfaces:
DevEnvironmentOptions,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DevContainerOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:43.320Z") @Stability(Experimental) public interface DevContainerOptions extends software.amazon.jsii.JsiiSerializable, DevEnvironmentOptions
(experimental) Constructor options for the DevContainer component.The default docker image used for GitHub Codespaces is defined here:
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDevContainerOptions.BuilderA builder forDevContainerOptionsstatic classDevContainerOptions.Jsii$ProxyAn implementation forDevContainerOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DevContainerOptions.Builderbuilder()default List<DevContainerFeature>getFeatures()(experimental) An array of VSCode features that specify the features that should be installed inside the container when it is created.-
Methods inherited from interface io.github.cdklabs.projen.DevEnvironmentOptions
getDockerImage, getPorts, getTasks, getVscodeExtensions
-
-
-
-
Method Detail
-
getFeatures
@Stability(Experimental) @Nullable default List<DevContainerFeature> getFeatures()
(experimental) An array of VSCode features that specify the features that should be installed inside the container when it is created.
-
builder
@Stability(Experimental) static DevContainerOptions.Builder builder()
- Returns:
- a
DevContainerOptions.BuilderofDevContainerOptions
-
-