{ // CMake Configuration "cmake.configureOnOpen": true, "cmake.useCMakePresets": "always", // C++ Configuration "[cpp]": { "editor.formatOnSave": true }, "C_Cpp.autoAddFileAssociations": false, "C_Cpp.intelliSenseEngine": "disabled", "C_Cpp.errorSquiggles": "disabled", "C_Cpp.autocomplete": "disabled", "clangd.enable": true, // RST Configuration "[python]": { "editor.defaultFormatter": "ms-python.black-formatter" }, }