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
If project model configuration is failed by one of the reasons:
build folder is not create
compile_commands.json and link_commands.json are failed to generate from CMake/Make
source folders are not marked as src
then user have no chance to configure project.
We need explicit command in VSCode command pallete that will repeat aforementioned actions. Also we should create a special section in Troubleshooting wiki to tell user when that he is able to invoke this command.