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.