Options
All
  • Public
  • Public/Protected
  • All
Menu

Module configuration/WorkspaceConfigurations

Index

Functions

default

  • default(workspaceRoot: Uri, info: default): Promise<void>

updateLaunch

  • updateLaunch(workspacePathUri: Uri, info: default): Promise<void>
  • Function for updating the launch.json file to include debugging information.

    Parameters

    • workspacePathUri: Uri

      Path to the active workspace

    • info: default

      info gained from the makefile.

    Returns Promise<void>

updateTasks

  • updateTasks(workspacePathUri: Uri): Promise<void>

Generated using TypeDoc