{ "cmake.configureOnOpen": false, "cmake.buildBeforeRun": true, "cmake.statusbar.advanced": { "debug" : { "visibility": "hidden" }, "launch" : { "visibility": "hidden" }, "build" : { "visibility": "hidden" }, "buildTarget" : { "visibility": "hidden" }, }, "C_Cpp.clang_format_fallbackStyle": "LLVM", "files.watcherExclude": { "**/.git/objects/**": true, "**/.git/subtree-cache/**": true, "**/node_modules/*/**": true, "**/.hg/store/**": true, ".flatpak/**": true, "_build/**": true }, }