This extension requires clazy-standalone binary. You can find the build instruction here, or download from your distro's repo. Additionally, clazy-standalone requires a compilation database JSON file to work, i.e. CMake's -DCMAKE_EXPORT_COMPILE_COMMANDS=ON.
Extension Settings
clazy.executable: Path to Clazy standalone executable. Default is clazy-standalone.
clazy.checks: Comma-separated list of clazy checks. Default is level1.
clazy.buildPath: Path to the build folder. This folder should be where the compilation database JSON file locates at.
clazy.blacklist: A list of regular expressions matching files you don't want to lint. Default to build folder.
clazy.lintOnSave: Automatically lint files when they are saved. Default is true.
clazy.fixOnSave: Automatically fix resolvable errors detected by Clazy in files when they are saved. Default is false.