-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: I281c50aab669cc47b51f918e9016c56ff3d231da Reviewed-by: Marcus Tillmanns <[email protected]>
- Loading branch information
1 parent
66b5815
commit c1a5506
Showing
2 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,17 @@ | ||
# Change Log | ||
|
||
## 0.9.0 | ||
## 0.9.1 (May 30, 2024) | ||
|
||
- Fixed bugs with generating `MSVC` kits on Windows | ||
- Added `QML` language server support | ||
- Added `qt-official.qmlls.enabled` setting to enable/disable `QML` language server. | ||
- Added `qt-official.qmlls.verboseOutput` setting to enable/disable verbose output from `QML` language server. | ||
- Added `qt-official.qmlls.traceLsp` setting to enable/disable trace output from `QML` language server. | ||
- Added `qt-official.qmlls.customExePath` setting to specify a custom path to the `QML` language server executable. | ||
- Added `qt-official.setRecommendedSettings` command to set recommended settings. | ||
- Updated `README.md` with new features and settings. | ||
- Added [vscode-cmake-tools-api](https://github.com/microsoft/vscode-cmake-tools-api) to detect kit changes. | ||
|
||
## 0.9.0 (May 21, 2024) | ||
|
||
- 🎉 Our initial preview release 🎉 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters