VS Code - cmake - ninja - intellisense problem

Aha!!! I think I found it. After digging through VSCode C/C++ Schema Reference, I saw that I could specify “configurationProvider”: “ms-vscode.cmake-tools” for that line that looked suspicious.

And it actually worked. So this problem is solved. I’ll leave it up in case somebody else stumbles over the same problem.

2 Likes