Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "tools/slack"

Index

Variables

Functions

Variables

Const opn

opn: any = require('opn')

Const sanitizeFilename

sanitizeFilename: any = require('sanitize-filename')

Functions

sendToSlack

  • sendToSlack(extension: ExtensionContext, output: OutputChannel): Promise<void>
  • Sends the current file to a Slack channel.

    Parameters

    • extension: ExtensionContext

      The underlying extension (context).

    • output: OutputChannel

      The underlying output channel.

    Returns Promise<void>

Generated using TypeDoc