Reputation: 778
I have been trying to install C++ extension in Visual Studio Code (latest version). But I am keep getting "No extension found".
I have tried to search a possible cause for this error but so far, I have not found any useful results.
What is the issue and how to resolve it ?
Upvotes: 1
Views: 495
Reputation: 778
As mentioned in the comments,
Sometimes, marketplace get offline and thus cause these issues.
However, there is a easy hack for this,
Create a *.c
file and VS Code will show you that there is a recommended Extension "C/C++"
Upvotes: 1