| Interface | Description |
|---|---|
| DevContainerOptions |
(experimental) Constructor options for the DevContainer component.
|
| Presentation |
(experimental) VSCode launch configuration Presentation interface "using the order, group, and hidden attributes in the presentation object you can sort, group, and hide configurations and compounds in the Debug configuration dropdown and in the Debug quick pick." Source: https://code.visualstudio.com/docs/editor/debugging#_launchjson-attributes.
|
| ServerReadyAction |
(experimental) VSCode launch configuration ServerReadyAction interface "if you want to open a URL in a web browser whenever the program under debugging outputs a specific message to the debug console or integrated terminal." Source: https://code.visualstudio.com/docs/editor/debugging#_launchjson-attributes.
|
| VsCodeLaunchConfigurationEntry |
(experimental) Options for a 'VsCodeLaunchConfigurationEntry' Source: https://code.visualstudio.com/docs/editor/debugging#_launchjson-attributes.
|
| Class | Description |
|---|---|
| DevContainer |
(experimental) A development environment running VSCode in a container;
|
| DevContainer.Builder |
(experimental) A fluent builder for
DevContainer. |
| DevContainerOptions.Builder |
A builder for
DevContainerOptions |
| DevContainerOptions.Jsii$Proxy |
An implementation for
DevContainerOptions |
| Presentation.Builder |
A builder for
Presentation |
| Presentation.Jsii$Proxy |
An implementation for
Presentation |
| ServerReadyAction.Builder |
A builder for
ServerReadyAction |
| ServerReadyAction.Jsii$Proxy |
An implementation for
ServerReadyAction |
| VsCode | |
| VsCodeLaunchConfig |
(experimental) VSCode launch configuration file (launch.json), useful for enabling in-editor debugger.
|
| VsCodeLaunchConfigurationEntry.Builder |
A builder for
VsCodeLaunchConfigurationEntry |
| VsCodeLaunchConfigurationEntry.Jsii$Proxy |
An implementation for
VsCodeLaunchConfigurationEntry |
| Enum | Description |
|---|---|
| InternalConsoleOptions |
(experimental) Controls the visibility of the VSCode Debug Console panel during a debugging session Source: https://code.visualstudio.com/docs/editor/debugging#_launchjson-attributes.
|
Copyright © 2021. All rights reserved.