Skip to content

Version 0.8.7

Compare
Choose a tag to compare
@SkaceKamen SkaceKamen released this 09 Aug 08:26
· 149 commits to master since this release
  • Migrated debugger to newer vscode version
  • cfgFunctions parser now supports docstring in both BIS and CBA formats
  • description.ext files in subfolders of workspace will now be properly loaded
  • Added messageFilter and errorFilter to debugger configuration allowing basic filtering of output
  • Added discoverDescriptionFiles options, which allows user to enable/disable automatic searching for description.ext files
  • Added descriptionFiles option, allowing user to specify list of paths to additional description files
  • Added support for # operator (#30)
  • Fixed issue with empty classes in hpp files (#32)
  • Fixed macro support in hpp files (thanks veteran29)