The currently active window, or undefined
. The active window is the window that has focus, or when
none has focus, the window that was most recently focused.
An event that is fired when the currently active window changes.
All application windows that are accessible by the extension.
Creates a decorationType that can be used to add decorations to code views.
Use this to create a unique handle to a set of decorations, that can be applied to text editors using setDecorations.
Create a panel view for the view contribution with the given {@link id}.
The ID of the view. This may be shown to the user (e.g., in the URL fragment when the panel is active).
The panel view.
Register a view provider, which provides the contents of a view.
This API is experimental and is subject to change or removal without notice.
The ID of the view.
A view provider.
An unsubscribable to unregister this provider.
Generated using TypeDoc
The client application that is running the extension.