SK83RJOSH / cblend

A modern C/C++ library for reading blend files.
MIT License
3 stars 1 forks source link

Use C/C++ tools code analysis instead of clang-tidy/clang-format extensions #1

Closed SK83RJOSH closed 2 years ago

SK83RJOSH commented 2 years ago

This is blocked until https://github.com/microsoft/vscode-cpptools/issues/9816 is complete.

Once unblocked, remove both extensions from extensions.json, and associated config options from settings.json.

SK83RJOSH commented 2 years ago

vscode-cpptools will use the clang-format/tidy versions in your path. So this is solved. It still gives analysis errors in third_party code, but, I've added a header filter to bypass that for now.