Options
All
  • Public
  • Public/Protected
  • All
Menu

Module apps/store

Index

Functions

checkForNewApps

  • checkForNewApps(extension: vscode.ExtensionContext): Promise<string[]>
  • Checks for new apps in store.

    Parameters

    • extension: vscode.ExtensionContext

      The underlying extension context.

    Returns Promise<string[]>

    The list of new apps.

openAppStore

  • openAppStore(extension: vscode.ExtensionContext, output: vscode.OutputChannel): Promise<AppStoreWebView>
  • Opens the app store.

    Parameters

    • extension: vscode.ExtensionContext

      The extension context.

    • output: vscode.OutputChannel

      The output channel.

    Returns Promise<AppStoreWebView>

    The promise with the new web view.

Generated using TypeDoc