You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While we set:
"C_Cpp.default.configurationProvider": "vector-of-bool.cmake-tools"
Source files in workspace directory have correct intellisense, but if we navigated to source files of the external submodule by add_subdirectory, intellisense won't work.
Expected:
The same behavior as sources files in workspace directory.
The text was updated successfully, but these errors were encountered:
Brief Issue Summary
e.g:
A workspace has a CMakeLists.txt, and it add a external directory as submodule:
While we set:
"C_Cpp.default.configurationProvider": "vector-of-bool.cmake-tools"
Source files in workspace directory have correct intellisense, but if we navigated to source files of the external submodule by add_subdirectory, intellisense won't work.
Expected:
The same behavior as sources files in workspace directory.
The text was updated successfully, but these errors were encountered: