Uses of Class
io.github.cdklabs.projen.vscode.InternalConsoleOptions
-
Packages that use InternalConsoleOptions Package Description io.github.cdklabs.projen.vscode -
-
Uses of InternalConsoleOptions in io.github.cdklabs.projen.vscode
Methods in io.github.cdklabs.projen.vscode that return InternalConsoleOptions Modifier and Type Method Description default InternalConsoleOptionsVsCodeLaunchConfigurationEntry. getInternalConsoleOptions()InternalConsoleOptionsVsCodeLaunchConfigurationEntry.Jsii$Proxy. getInternalConsoleOptions()static InternalConsoleOptionsInternalConsoleOptions. valueOf(String name)Returns the enum constant of this type with the specified name.static InternalConsoleOptions[]InternalConsoleOptions. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.cdklabs.projen.vscode with parameters of type InternalConsoleOptions Modifier and Type Method Description VsCodeLaunchConfigurationEntry.BuilderVsCodeLaunchConfigurationEntry.Builder. internalConsoleOptions(InternalConsoleOptions internalConsoleOptions)Sets the value ofVsCodeLaunchConfigurationEntry.getInternalConsoleOptions()
-