Releases: denis-shienkov/vscode-qbs
Releases · denis-shienkov/vscode-qbs
Bugfix Release v2.1.7
- 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
- #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
- 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
- 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 thelaunch.json
file when
launching the target program. - #72
Fixes setting the environment for the application running
or debugging.
Bugfix Release v2.1.3
- 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
- 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
- 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
- #66 Added support for resolve/build/clean/install/rebuild tasks.
Bugfix Release v2.0.2
- Fixed scanning for build profiles on Mac OSX.
Bugfix Release v2.0.1
- Fixed the documentation links.