Class representing a webview panel for displaying the "What's New" page in the extension. This class creates a webview to show the version and details of the new release.

Constructors

Properties

Constructors

  • Creates an instance of the NewRelease class, initializing the webview panel.

    Parameters

    • context: ExtensionContext

      The extension context that provides details of the extension.

    Returns NewRelease

Properties

_iconName: string = 'file'
_panel: WebviewPanel
_viewType: string = 'newRelease'