Options
All
  • Public
  • Public/Protected
  • All
Menu

Module extension

Index

Functions

activate

  • activate(context: vscode.ExtensionContext): Promise<void>
  • Parameters

    • context: vscode.ExtensionContext

      this method is called when your extension is activated your extension is activated the very first time the command is executed

    Returns Promise<void>

deactivate

  • deactivate(context: vscode.ExtensionContext): void
  • this method is called when your extension is deactivated

    Parameters

    • context: vscode.ExtensionContext

    Returns void

showDevBoonSearchBar

  • showDevBoonSearchBar(x: number, message: string): Promise<void>
  • Parameters

    • x: number

      is a number which tells what type of action should be taken by sidebar Funtion will show information on sidebar based on parameter @param x

    • message: string

    Returns Promise<void>

Generated using TypeDoc