2024-12-14 15:57:04 +00:00
|
|
|
{
|
|
|
|
"C_Cpp.default.cppStandard": "c++23",
|
|
|
|
"C_Cpp.default.cStandard": "c99",
|
|
|
|
"C_Cpp.default.customConfigurationVariables": {
|
|
|
|
},
|
|
|
|
"C_Cpp.inlayHints.autoDeclarationTypes.enabled": false,
|
2024-12-15 14:42:46 +00:00
|
|
|
"C_Cpp.inlayHints.parameterNames.enabled": true,
|
|
|
|
"files.associations": {
|
|
|
|
"*.dpf": "yaml",
|
|
|
|
"compare": "cpp",
|
|
|
|
"cstdint": "cpp"
|
|
|
|
}
|
2024-12-14 15:57:04 +00:00
|
|
|
}
|