"font_comment":"Use \"\" to use source.font with slightly smaller size",
"font":""
"font":"",
"clear_on_compile":true,
"clear_on_run_command":false
},
"project":{
"default_build_path_comment":"Use <project_directory_name> to insert the project top level directory name",
"default_build_path":"./build",
"debug_build_path_comment":"Use <project_directory_name> to insert the project top level directory name, and <default_build_path> to insert your default_build_path setting.",
"debug_build_path":"<default_build_path>/debug",
"cmake":{)RAW"
#ifdef _WIN32
R"RAW(
"command":"cmake -G\"MSYS Makefiles\"",)RAW"
#else
R"RAW(
"command":"cmake",)RAW"
#endif
R"RAW(
"compile_command":"cmake --build ."
},
"meson":{
"command":"meson",
"compile_command":"ninja"
},
"default_build_management_system_comment":"Select which build management system to use when creating a new C or C++ project, for instance \"cmake\" or \"meson\"",
"default_build_path_comment":"Use <project_directory_name> to insert the project top level directory name",
"default_build_path":"./build",
"debug_build_path_comment":"Use <project_directory_name> to insert the project top level directory name, and <default_build_path> to insert your default_build_path setting.",
"debug_build_path":"<default_build_path>/debug",
"cmake":{)RAW"
#ifdef _WIN32
R"RAW(
"command":"cmake -G\"MSYS Makefiles\"",)RAW"
#else
R"RAW(
"command":"cmake",)RAW"
#endif
R"RAW(
"compile_command":"cmake --build ."
},
"meson":{
"command":"meson",
"compile_command":"ninja"
},
"default_build_management_system_comment":"Select which build management system to use when creating a new C or C++ project, for instance \"cmake\" or \"meson\"",