Repository for the Microsoft C/C++ extension for VSCode
The C/C++ extension adds language support for C/C++ to Visual StudioCode, including features such as IntelliSense and debugging. C/C++ support for Visual StudioCode is provided by a Microsoft C/C++ extension to enable cross-platform C and C++ development on Windows, Linux, and macOS. C++ is a compiled language meaning your program's source code must be translated (compiled) before it can be run on your computer.