Skip to content

Releases: denis-shienkov/vscode-qbs

Bugfix Release v2.1.7

19 Oct 08:02
Compare
Choose a tag to compare
  • Added new Qbs: Update Build Profiles command which just
    reads the available Qbs profiles and fills the profile selector.
    Also this command runs once instead of Qbs: Scan Build Profiles
    when the extension loading to avoid the Qbs profiles re-detection.
  • Improved hihgliting for the Qbs language syntax in editor.
  • Added support for LSP server provided by Qbs session.

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.