Options
All
  • Public
  • Public/Protected
  • All
Menu

Module projectSetup

Index

Functions

checkProjectFilesAndCreate

  • checkProjectFilesAndCreate(): Promise<boolean>
  • Check if project files are present. If the makefile and config file are missing a dialogue will be presented asking to create an STM32 for VSCode configuration file

    Returns Promise<boolean>

    returns if required files are present and false when they need to be created or are not present

noMakefileAndConfigFileDialogue

  • noMakefileAndConfigFileDialogue(): Promise<boolean>
  • Displays a pop up dialogue which asks if the users wants to create a custom configuration file.

    Returns Promise<boolean>

    Promise resolving to true for a custom config file. False if no config file is generated.

Generated using TypeDoc