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