We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a81a8c8 commit c166c2eCopy full SHA for c166c2e
README.md
@@ -184,6 +184,7 @@ To work on my C++ projects that use Qt it might be useful to install their
184
[extension pack](https://marketplace.visualstudio.com/items?itemName=TheQtCompany.qt). This requires the
185
"vscode marketplace" which might not be available in all distributions of Visual Studio Code (e.g. when
186
using the Arch Linux `code` package one needs to install the `code-marketplace` package in addition).
187
+Compile the code with `-DQT_QML_GENERATE_QMLLS_INI=ON` for the QML language server to work.
188
189
#### CMake presets
190
There are some generic [presets](https://cmake.org/cmake/help/latest/manual/cmake-presets.7.html) available.
0 commit comments