Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "tools/bower"

Index

Variables

Const KEY_BOWER_TOOLS_USAGE

KEY_BOWER_TOOLS_USAGE: "vscdrLastExecutedBowerToolActions" = "vscdrLastExecutedBowerToolActions"

Const KEY_LAST_RUN_BOWER_INSTALL_PACKAGE

KEY_LAST_RUN_BOWER_INSTALL_PACKAGE: "vscdrRunBowerInstallLastModule" = "vscdrRunBowerInstallLastModule"

Functions

resetBowerToolsUsage

  • resetBowerToolsUsage(context: vscode.ExtensionContext): void
  • Resets the bower tool usage statistics.

    Parameters

    • context: vscode.ExtensionContext

      The extension context.

    Returns void

runBowerInstall

  • runBowerInstall(ws: Workspace): Promise<void>

runBowerUninstall

  • runBowerUninstall(ws: Workspace): Promise<void>

showBowerTools

  • showBowerTools(context: vscode.ExtensionContext): Promise<void>
  • Shows bower tools.

    Parameters

    • context: vscode.ExtensionContext

      The extension context.

    Returns Promise<void>

Generated using TypeDoc