10 lines
208 B
JSON
10 lines
208 B
JSON
|
{
|
||
|
"C_Cpp.default.compileCommands": "builddir/compile_commands.json",
|
||
|
"mesonbuild.configureOnOpen": true,
|
||
|
"files.associations": {
|
||
|
"cstdint": "cpp",
|
||
|
"iosfwd": "cpp",
|
||
|
"*.ipp": "cpp",
|
||
|
"ios": "cpp"
|
||
|
}
|
||
|
}
|