blob: 37a39238b39d2927e2ce076cf7e11c7d00a12870 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
# Change Log
## 1.1.0 (Dec 4, 2024)
🎉 **Added**
- `QT_QML_GENERATE_QMLLS_INI` to generated kits
- Progress bar for generating kits
- Tilde support for configuration paths
- Telemetry for collecting usage data
- Generation of `qtpaths` kits
- vcpkg support
- Pop-up message to set `cmake.cmakePath` if it is not set
- Launch variables:
1. `qt-cpp.QML_IMPORT_PATH`
1. `qt-cpp.QT_QPA_PLATFORM_PLUGIN_PATH`
⚠️ **Changed**
- Refactored and shortened MSVC kit names
- Set `Ninja` as the default generator for CMake instead of `Ninja Multi-Config`
🐞 **Fixed**
- Removed `No CMake kit` selected popup on startup
- Fixed generation of broken MSVC kits
## 1.0.0 (Sep 10, 2024)
- 🎉 Our initial release 🎉
- Updated `README.md`
## 0.9.2 (Aug 28, 2024)
- Split from the `qt-official` extension
- Renamed the `qtFolder` configuration to `qtInstallationRoot`
- Improved kit name generation on Windows
- Fixed not running `live-server` when it is already running during wasm debugging
## 0.9.1 (May 30, 2024)
- Fixed bugs with generating `MSVC` kits on Windows
- Added QML Language Server support
- Added the `qt-official.qmlls.enabled` setting to turn on QML Language Server
- Added the `qt-official.qmlls.verboseOutput` setting to show verbose output from QML Language Server
- Added the `qt-official.qmlls.traceLsp` setting to collect trace output from QML Language Server
- Added the `qt-official.qmlls.customExePath` setting to specify a custom path to the QML Language Server executable
- Added the `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 🎉
|