Options
All
  • Public
  • Public/Protected
  • All
Menu

Module workspaces/commands

Index

Variables

Const KEY_COMMANDS

KEY_COMMANDS: "commands" = 'commands'

Name of the key for storing command instances.

Functions

disposeCommands

  • disposeCommands(): void

initCommandEvents

  • initCommandEvents(extension: vscode.ExtensionContext): void
  • Inits events for workspace commands.

    Parameters

    • extension: vscode.ExtensionContext

      The extension context.

    Returns void

reloadCommands

  • reloadCommands(): Promise<void>

Generated using TypeDoc