Uploaded image for project: 'VS Code Extension'
  1. VS Code Extension
  2. VSCODEEXT-115

Need an event from the cmake extension api when a project is added

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P2: Important P2: Important
    • None
    • 1.1.0
    • General
    • None
    • All

      When a project is added to a multi-root workspace, the CppProject attempts to retrieve the corresponding CMake project using the CMake extension API. However, this process is not synchronized via event handlers, leading to a timing issue where CppProject cannot access the CMake project because it has not yet been generated.

      Proposed Solution:
      To resolve this, the CMake extension API needs to provide an event to notify when a CMake project has been generated or is ready. This event would allow CppProject to synchronize its operations and ensure the CMake project is accessible before proceeding.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            qtvscodeteam Qt VS Code
            orkun.tokdemir Orkun Tokdemir
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes