go2sh / cmake-integration-vscode

CMake Server Interface for VSCode.
https://go2sh.github.io/cmake-integration-vscode/
Other
19 stars 11 forks source link

Missing console output in project which have nothing to build #27

Closed hriekehof closed 5 years ago

hriekehof commented 5 years ago

In Version 0.4.1 i observe that some console output is missing when i rebuild a project and nothing is to do for ninja.

image

The console output stops at build step 11 and a costume message of a build script.

hriekehof commented 5 years ago

Ah just to add. When the project is linked the last two steps are printed out. Maybe its just as it should be ? I would expect message nothing to do or so as the last step

go2sh commented 5 years ago

Have observed the same thing with a different project. It might be related to ninja.

``` chris@suzhou ~/Coding/nextcloud-desktop/build[master*]$ ninja -v [1/17] cd /home/chris/Coding/nextcloud-desktop/build/src/csync && /usr/bin/cmake -E cmake_autogen /home/chris/Coding/nextcloud-desktop/build/src/csync/CMakeFiles/ocsync_autogen.dir/AutogenInfo.cmake Debug [2/14] cd /home/chris/Coding/nextcloud-desktop/build/src/libsync && /usr/bin/cmake -E cmake_autogen /home/chris/Coding/nextcloud-desktop/build/src/libsync/CMakeFiles/nextcloudsync_autogen.dir/AutogenInfo.cmake Debug [3/11] cd /home/chris/Coding/nextcloud-desktop/build/src/cmd && /usr/bin/cmake -E cmake_autogen /home/chris/Coding/nextcloud-desktop/build/src/cmd/CMakeFiles/nextcloudcmd_autogen.dir/AutogenInfo.cmake Debug [4/9] cd /home/chris/Coding/nextcloud-desktop/build/src/gui && /usr/bin/cmake -E cmake_autogen /home/chris/Coding/nextcloud-desktop/build/src/gui/CMakeFiles/updater_autogen.dir/AutogenInfo.cmake Debug [5/7] cd /home/chris/Coding/nextcloud-desktop/build/src/gui && /usr/bin/cmake -E cmake_autogen /home/chris/Coding/nextcloud-desktop/build/src/gui/CMakeFiles/nextcloud_autogen.dir/AutogenInfo.cmake Debug ```

See above. So I would close it. Could you double check, if its the same for you from the command line.

hriekehof commented 5 years ago

ok i checked my command line and there it worked. I also updated to VScode 1.35.1 today and it works for me now also in VScode. Maybe it was VScode itself