This is an extension for Visual Studio Code to run Cppcheck on your project.
- Runs Cppcheck when you save a C++ file.
- Report issues as diagnostics in the Problems panel.
- Check the user guide for the configuration settings.
You must install Cppcheck and have it available in your PATH
.