Skip to content

NG Release v2.0.0

Compare
Choose a tag to compare
@denis-shienkov denis-shienkov released this 07 Jan 15:25
· 64 commits to master since this release
  • The extension code has been completely refactored, which may
    break the compatibility with the previous 1.x. versions.
  • #21
    Added Run context menu for the product in the project tree
    to launch the product in the terminal.
  • #21
    Added Debug context menu for the product in the project tree
    to debug the product.
  • Updated the nodes icons in the project tree.
  • Updated the documentation.
  • Changed the set of a commands and their names.
  • Added new Qbs: Edit Launch Configurations command to edit
    the launch.json file.
  • Added new Qbs: Scan Launch Configurations command to update
    the launch configurations selection entries.
  • Added new Qbs: Edit Build Configurations command to edit
    the qbs-configurations.json file.
  • Added new Qbs: Scan Build Configurations command to update
    the build configurations selection entries.
  • Added new Qbs: Scan Build Profiles command which calls
    the Qbs executable to scan the available Qbs build profiles
    (aka toolchains).
  • Implemented compilation for single source file, selected from
    the project explorer tree.
  • Added new installAfterBuild Qbs extension setting.
  • Right now it is possible to select the default build profile
    from the build profiles selector.