Benjamin Beichler

Results 15 comments of Benjamin Beichler
trafficstars

I have a similar, maybe related problem: I have a library, which is used as submodule in a different project, which is not using CMake, therefore I want to create...

From a quick view on the code, I guess this code here is the problem https://github.com/microsoft/vscode-cmake-tools/blob/896f499b99a85e60b36bd8b8bf5a5e779af14236/src/variant.ts#L214-L216 or respectively in the function https://github.com/microsoft/vscode-cmake-tools/blob/896f499b99a85e60b36bd8b8bf5a5e779af14236/src/variant.ts#L232-L250 If any new file is generated, the function...

I have fixed my problem by moving my created pkg-config files into a different subfolder. This supports my hypothesis, that the ``util.chokidarOnAnyChange`` is triggered by my generated file. I know,...

I have just done the trivial rebase for my old pull request. Are there any other obstacles ? @maehne was in favor for this in #23, so maybe you can...

Yes, agree. But all the cmake files would need updates. I opted for the minimal invasive version.