12 lines
263 B
JSON
12 lines
263 B
JSON
{
|
|
"[c]": {
|
|
"editor.formatOnSave": true
|
|
},
|
|
"[cpp]": {
|
|
"editor.formatOnSave": true
|
|
},
|
|
"C_Cpp.default.compileCommands": "${workspaceFolder}/build/compile_commands.json",
|
|
"cmake.configureOnOpen": true,
|
|
"extensions.ignoreRecommendations": true
|
|
}
|