Michael Aigner

Results 42 comments of Michael Aigner

@hwhsu1231 which Qt version do you use? Typically the extension read the directory where the qt tools are automatically from the cmake build cache, so normally you don't need to...

@hwhsu1231 The variables are resolved by the cmake-extension itself. It seems that the vscode-cmake tools changed their behavior. Previously the `buildDirectory` from the cmake-extension was set when something change in...

Hi @mariuszmaximus 👋, Is the display env var available in the remote terminal? It is strange that it is missing in the extension context. EDIT: please try [this](https://stackoverflow.com/a/67319978/2762587) as well....

Which natvis file do you use, the default one?

> Both The default one and which other one?

Hi @playgithub , do you mean something like? ![image](https://user-images.githubusercontent.com/3163807/123511952-e1f6b100-d684-11eb-9439-3e73ddaebb37.png) This is already built-in, but I have a small bug, so it don't use the selected word. But I could ship...

I'm aware of that section in the docs. The problem is the url I have to generate. ```cpp ba.append("setSource qthelp://com.mycompany.1_0_0/doc/index.html\n"); ``` I also tried to set the search keyword, but...

Which natvis file do you use?

I often use the official one https://code.qt.io/cgit/qt-labs/vstools.git/plain/src/qtvstools/qt5.natvis.xml, but this is the same file as you linked (without the namespace vars). I just inject the natvis files to `launch.json` file (replace...