Skip to content

Releases: denis-shienkov/vscode-qbs

Bugfix Release v2.1.6

02 Mar 09:41
Compare
Choose a tag to compare
  • #79
    Fixed that, artifacts with a long paths are displayed as a view
    with the hierarchical subfolders in the project tree.

Bugfix Release v2.1.5

17 Sep 14:10
Compare
Choose a tag to compare
  • Added new Qbs: Export Build Profiles command to
    export build profiles to a file.
  • Added new Qbs: Import Build Profiles command to
    import build profiles from a file.
  • Changed format of the qbs-configurations.json file
    that allows to specify an additional common build properties
    for any build configuration.

Bugfix Release v2.1.4

19 May 07:01
Compare
Choose a tag to compare
  • Added some details for the build products in the build
    product selector (such as product type and so on).
  • Added displaying for the full target executable path in the
    run product selector.
  • #73
    Right now are used the arguments from the launch.json file when
    launching the target program.
  • #72
    Fixes setting the environment for the application running
    or debugging.

Bugfix Release v2.1.3

26 Feb 11:57
Compare
Choose a tag to compare
  • Fixed that sets the default debug configuration name for Qbs
    projects which are open at first time.
  • Removed extra quotes in properties of detected build profiles.

Bugfix Release v2.1.2

17 Feb 15:46
Compare
Choose a tag to compare
  • Added the new setting qbs.showEmptyProjectGroups to show all empty
    project groups.
  • Improved parsing for GCC toolchain messages as diagnostic problems.
  • Improved parsing for IAR EW toolchain messages as diagnostic problems.
  • Improved parsing for SDCC toolchain messages as diagnostic problems.
  • Improved parsing for Clang-Cl toolchain messages as diagnostic problems.
  • Implemented parsing for Watcom toolchain messages as diagnostic problems.
  • Implemented parsing for Clang toolchain messages as diagnostic problems.

Bugfix Release v2.1.1

09 Feb 07:42
Compare
Choose a tag to compare
  • Implemented parsing for MSVC linker errors as diagnostic problems.
  • Improved parsing for IAR EW toolchain errors as diagnostic problems.
  • #71
    Fixed scanning for empty build profiles (e.g. created as
    qbs-config profiles.empty undefined).

Release v2.1.0

02 Feb 08:54
Compare
Choose a tag to compare
  • #66 Added support for resolve/build/clean/install/rebuild tasks.

Bugfix Release v2.0.2

29 Jan 14:33
Compare
Choose a tag to compare
  • Fixed scanning for build profiles on Mac OSX.

Bugfix Release v2.0.1

07 Jan 15:42
Compare
Choose a tag to compare
  • Fixed the documentation links.

NG Release v2.0.0

07 Jan 15:25
Compare
Choose a tag to compare
  • 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.